summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 18:37:32 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 18:37:32 +0000
commit555ceabe64d5b45e5a36a6a15be9372423e26473 (patch)
treecbaec9200ab3964cc6d74bfc150d01d591be17f3 /llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
parent8a1f23af110e58c78c5f2d5d5e015ed1cd848129 (diff)
downloadbcm5719-llvm-555ceabe64d5b45e5a36a6a15be9372423e26473.tar.gz
bcm5719-llvm-555ceabe64d5b45e5a36a6a15be9372423e26473.zip
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
and add an explicit ForcePrivate argument. Switch FunctionEHFrameInfo to be MCSymbol based instead of string based. llvm-svn: 93646
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index e5b4744cf31..300d2eda936 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -190,7 +190,7 @@ namespace {
GetGlobalValueSymbol(GV)->print(O, MAI);
else {
// FIXME: Remove this when Darwin transition to @GOT like syntax.
- MCSymbol *Sym = GetPrivateGlobalValueSymbolStub(GV, "$non_lazy_ptr");
+ MCSymbol *Sym = GetSymbolWithGlobalValueBase(GV, "$non_lazy_ptr");
Sym->print(O, MAI);
MachineModuleInfoMachO &MMIMachO =
OpenPOWER on IntegriCloud