summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-05-01 10:19:31 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-05-01 10:19:31 +0000
commitedb4a6bd760c98cbdc9d7055e055258561e2a361 (patch)
tree20d2dba05352b1b33c9eab84b3acd45fe814aeb0 /lib/Target
parent71144d8428e3d656ad37ff594c0978fe39824b0a (diff)
downloadllvm-edb4a6bd760c98cbdc9d7055e055258561e2a361.tar.gz
llvm-edb4a6bd760c98cbdc9d7055e055258561e2a361.tar.bz2
llvm-edb4a6bd760c98cbdc9d7055e055258561e2a361.tar.xz
Use correct PC symbol
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index abe6683193..6a27072e98 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -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";