commit | edb4a6bd760c98cbdc9d7055e055258561e2a361 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Tue May 01 10:19:31 2007 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Tue May 01 10:19:31 2007 +0000 |
tree | 20d2dba05352b1b33c9eab84b3acd45fe814aeb0 | |
parent | 71144d8428e3d656ad37ff594c0978fe39824b0a [diff] [blame] |
Use correct PC symbol git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36628 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index abe6683..6a27072 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -109,6 +109,8 @@ 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";