From ee09e66a01abccef6b50b1443018dba417b5744f Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 9 Jul 2008 13:30:02 +0000 Subject: [PATCH] Add FIXME needed to be resolved later llvm-svn: 53324 --- llvm/lib/Target/X86/X86TargetAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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);