Private labels start with .L on linux, not just .

llvm-svn: 32841
This commit is contained in:
Chris Lattner 2007-01-03 18:16:48 +00:00
parent e87b5e9825
commit 4889a7af36
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
// 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";
WeakRefDirective = "\t.weak\t";
DwarfRequiresFrameSection = false;
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits";