diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index da95eaeb319d..ec9864074f82 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp @@ -157,6 +157,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM): } ReadOnlySection = "\t.const\n"; ReadOnlySection_ = getUnnamedSection("\t.const\n", SectionFlags::None); + // FIXME: These should be named sections, really. TextCoalSection = getUnnamedSection(".section __TEXT,__textcoal_nt,coalesced,pure_instructions", SectionFlags::Code);