projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298414e
)
don't set the small flag yet.
author
Chris Lattner
<sabre@nondot.org>
Wed, 22 Jul 2009 00:30:39 +0000
(
00:30
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 22 Jul 2009 00:30:39 +0000
(
00:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76706
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ELFTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ELFTargetAsmInfo.cpp
b/lib/Target/ELFTargetAsmInfo.cpp
index fe006a3c6072df6178e83be8ab5797ed874805b4..e33ae423ac111080312858f29de40a92460663b1 100644
(file)
--- a/
lib/Target/ELFTargetAsmInfo.cpp
+++ b/
lib/Target/ELFTargetAsmInfo.cpp
@@
-157,8
+157,7
@@
ELFTargetAsmInfo::getSectionForMergableConstant(uint64_t Size,
if (SecName)
return getNamedSection(SecName,
- SectionFlags::setEntitySize(SectionFlags::Mergeable|
- SectionFlags::Small,
+ SectionFlags::setEntitySize(SectionFlags::Mergeable,
Size));
return getReadOnlySection(); // .rodata