[llvm-commits] [llvm] r53368 - /llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp
Anton Korobeynikov
asl at math.spbu.ru
Wed Jul 9 14:38:29 PDT 2008
Author: asl
Date: Wed Jul 9 16:38:28 2008
New Revision: 53368
URL: http://llvm.org/viewvc/llvm-project?rev=53368&view=rev
Log:
Add FIXME for future checking.
Modified:
llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp
Modified: llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp?rev=53368&r1=53367&r2=53368&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86TargetAsmInfo.cpp Wed Jul 9 16:38:28 2008
@@ -139,6 +139,8 @@
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";
More information about the llvm-commits
mailing list