Add missed section
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 20:47:55 +0000 (20:47 +0000)
committerAnton 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

index e3bc507bb84ca047a465902df56af42fba07517c..8ad9cad1c8e8b597c2429035ba8d1297b8702234 100644 (file)
@@ -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?