summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 21:38:28 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-07-09 21:38:28 +0000
commitac2673e4ea84b6b6233155cfd2ad3fe734482601 (patch)
tree14bb308cade6aa6836b7b3c6170bdcb4dde0a549 /lib/Target/X86/X86TargetAsmInfo.cpp
parenteb580ee133594a821d971352c9b93dd2689def05 (diff)
downloadllvm-ac2673e4ea84b6b6233155cfd2ad3fe734482601.tar.gz
llvm-ac2673e4ea84b6b6233155cfd2ad3fe734482601.tar.bz2
llvm-ac2673e4ea84b6b6233155cfd2ad3fe734482601.tar.xz
Add FIXME for future checking.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index 8ad9cad1c8..87024a8c17 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -139,6 +139,8 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
PrivateGlobalPrefix = "L"; // Marker for constant pool idxs
BSSSection = 0; // no BSS section.
ZeroFillDirective = "\t.zerofill\t"; // Uses .zerofill
+ // FIXME: It seems, this should be .const_data if relocation model is not
+ // static.
ConstantPoolSection = "\t.const\n";
JumpTableDataSection = "\t.const\n";
CStringSection = "\t.cstring";