From: Anton Korobeynikov Date: Wed, 9 Jul 2008 13:30:02 +0000 (+0000) Subject: Add FIXME needed to be resolved later X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c5a7e40c74f9e0e3e0e19b9d5c0b9295841e8db4;p=oota-llvm.git Add FIXME needed to be resolved later git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53324 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index da95eaeb319..ec9864074f8 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/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);