Use correct PC symbol
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 May 2007 10:19:31 +0000 (10:19 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 May 2007 10:19:31 +0000 (10:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36628 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.cpp

index abe6683193378479985d0128e06447bb1563753b..6a27072e98726b495e6c9297bf8abcd71536a80a 100644 (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";