Add FIXME for future checking.

llvm-svn: 53368
This commit is contained in:
Anton Korobeynikov 2008-07-09 21:38:28 +00:00
parent d3736ca1e0
commit 443864544e
1 changed files with 2 additions and 0 deletions

View File

@ -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";