[llvm-commits] [see] CVS: llvm/lib/Target/X86/X86TargetAsmInfo.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Feb 20 10:20:34 PST 2007



Changes in directory llvm/lib/Target/X86:

X86TargetAsmInfo.cpp updated: 1.7 -> 1.7.4.1
---
Log message:

Backport fix to [see]

---
Diffs of the changes:  (+1 -1)

 X86TargetAsmInfo.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/X86/X86TargetAsmInfo.cpp
diff -u llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.7 llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.7.4.1
--- llvm/lib/Target/X86/X86TargetAsmInfo.cpp:1.7	Tue Oct 31 02:31:24 2006
+++ llvm/lib/Target/X86/X86TargetAsmInfo.cpp	Tue Feb 20 12:19:58 2007
@@ -69,7 +69,7 @@
     // bool HasDotLoc; // Defaults to false.
     // HasDotFile - True if target asm supports .file directives.
     // bool HasDotFile; // Defaults to false.
-    PrivateGlobalPrefix = ".";  // Prefix for private global symbols
+    PrivateGlobalPrefix = ".L";  // Prefix for private global symbols
     DwarfRequiresFrameSection = false;
     DwarfAbbrevSection =  "\t.section\t.debug_abbrev,\"\", at progbits";
     DwarfInfoSection =    "\t.section\t.debug_info,\"\", at progbits";






More information about the llvm-commits mailing list