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?