summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 13:30:02 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 13:30:02 +0000
commitee09e66a01abccef6b50b1443018dba417b5744f (patch)
treefc08ad01426446c92e4d4ea289e291a755c5aa2b
parent56827c1b60a7f17919d66cd9b72f437e8c500d70 (diff)
downloadbcm5719-llvm-ee09e66a01abccef6b50b1443018dba417b5744f.tar.gz
bcm5719-llvm-ee09e66a01abccef6b50b1443018dba417b5744f.zip
Add FIXME needed to be resolved later
llvm-svn: 53324
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index da95eaeb319..ec9864074f8 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);
OpenPOWER on IntegriCloud