commit | 2804616ba38e7066aac76c83e181589f9f9cc372 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jul 22 00:30:39 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jul 22 00:30:39 2009 +0000 |
tree | 9f12d92ae0b7976b5c1e6686ce4144c1924c5fdd | |
parent | 298414ec1891ce8d3a1b69e6019ad8765c8e69dc [diff] [blame] |
don't set the small flag yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ELFTargetAsmInfo.cpp b/lib/Target/ELFTargetAsmInfo.cpp index fe006a3..e33ae42 100644 --- a/lib/Target/ELFTargetAsmInfo.cpp +++ b/lib/Target/ELFTargetAsmInfo.cpp
@@ -157,8 +157,7 @@ if (SecName) return getNamedSection(SecName, - SectionFlags::setEntitySize(SectionFlags::Mergeable| - SectionFlags::Small, + SectionFlags::setEntitySize(SectionFlags::Mergeable, Size)); return getReadOnlySection(); // .rodata