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:
94618eb
)
Add missed section
author
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 20:47:55 +0000
(20:47 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Wed, 9 Jul 2008 20:47:55 +0000
(20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53354
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.cpp
b/lib/Target/X86/X86TargetAsmInfo.cpp
index e3bc507bb84ca047a465902df56af42fba07517c..8ad9cad1c8e8b597c2429035ba8d1297b8702234 100644
(file)
--- a/
lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/
lib/Target/X86/X86TargetAsmInfo.cpp
@@
-147,6
+147,7
@@
X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
FourByteConstantSection = "\t.literal4\n";
FourByteConstantSection_ = getUnnamedSection("\t.literal4\n",
SectionFlags::Mergeable);
+ EightByteConstantSection = "\t.literal8\n";
EightByteConstantSection_ = getUnnamedSection("\t.literal8\n",
SectionFlags::Mergeable);
// FIXME: Why don't always use this section?