From: Anton Korobeynikov Date: Wed, 9 Jul 2008 20:47:55 +0000 (+0000) Subject: Add missed section X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b126f3b534ca53da875f90d98b37a8b3fa53cba5;p=oota-llvm.git Add missed section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index e3bc507bb84..8ad9cad1c8e 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?