Add FIXME needed to be resolved later
authorAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:30:02 +0000 (13:30 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Wed, 9 Jul 2008 13:30:02 +0000 (13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53324 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.cpp

index da95eaeb319dcbf3040309dce10cc7afee4a31fc..ec9864074f821624a9db66858c7eb04c8a6456fb 100644 (file)
@@ -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);