summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-08-22 18:44:05 +0000
committerBill Wendling <isanbard@gmail.com>2007-08-22 18:44:05 +0000
commit862afea91e8e5ff21f7ae998e80b7d85935fc15c (patch)
tree24cba142e6e848bbc9bbaf7df91053ec7054de79 /llvm/lib
parentf1bc45b1d140f2a7826dcc7166cdd361a0d08526 (diff)
downloadbcm5719-llvm-862afea91e8e5ff21f7ae998e80b7d85935fc15c.tar.gz
bcm5719-llvm-862afea91e8e5ff21f7ae998e80b7d85935fc15c.zip
Add the PCSymbol for Darwin x86 platforms.
llvm-svn: 41284
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index a00d616ca5f..07a1a197f3a 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -71,6 +71,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
InlineAsmStart = "# InlineAsm Start";
InlineAsmEnd = "# InlineAsm End";
SetDirective = "\t.set";
+ PCSymbol = ".";
UsedDirective = "\t.no_dead_strip\t";
WeakRefDirective = "\t.weak_reference\t";
HiddenDirective = "\t.private_extern\t";
OpenPOWER on IntegriCloud