summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
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
commitc5a7e40c74f9e0e3e0e19b9d5c0b9295841e8db4 (patch)
tree575ca5bc0ea0f71c8aff12ae614c08310ca6b596 /lib/Target/X86/X86TargetAsmInfo.cpp
parent7d51edfc0897693bff4c7894285c8ec5804e7fa2 (diff)
downloadllvm-c5a7e40c74f9e0e3e0e19b9d5c0b9295841e8db4.tar.gz
llvm-c5a7e40c74f9e0e3e0e19b9d5c0b9295841e8db4.tar.bz2
llvm-c5a7e40c74f9e0e3e0e19b9d5c0b9295841e8db4.tar.xz
Add FIXME needed to be resolved later
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index da95eaeb31..ec9864074f 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);