Use correct PC symbol

llvm-svn: 36628
This commit is contained in:
Anton Korobeynikov 2007-05-01 10:19:31 +00:00
parent 2ac2197a0f
commit 76c8c95466
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
SetDirective = "\t.set\t";
PCSymbol = ".";
DwarfRequiresFrameSection = false;
DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits";
DwarfInfoSection = "\t.section\t.debug_info,\"\",@progbits";