summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 20:47:55 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 20:47:55 +0000
commitb126f3b534ca53da875f90d98b37a8b3fa53cba5 (patch)
tree43eff6980e713428b49771941765879eeee4fd6e /lib/Target/X86/X86TargetAsmInfo.cpp
parent94618eb8887e34ead9afb711186526e7b080535c (diff)
downloadllvm-b126f3b534ca53da875f90d98b37a8b3fa53cba5.tar.gz
llvm-b126f3b534ca53da875f90d98b37a8b3fa53cba5.tar.bz2
llvm-b126f3b534ca53da875f90d98b37a8b3fa53cba5.tar.xz
Add missed section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index e3bc507bb8..8ad9cad1c8 100644
--- 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?