summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-03 04:02:59 +0000
committerEric Christopher <echristo@apple.com>2010-06-03 04:02:59 +0000
commitf67fe3b1e867589cbad7623a4384cc6b1356447d (patch)
tree3895c7b847ede09c55c08b881695af350f268b9e /llvm/lib/CodeGen/AsmPrinter
parentdbbbf73c96bcbf1ffd712fdb2fd2be70c5ada8da (diff)
downloadbcm5719-llvm-f67fe3b1e867589cbad7623a4384cc6b1356447d.tar.gz
bcm5719-llvm-f67fe3b1e867589cbad7623a4384cc6b1356447d.zip
One underscore, not two.
llvm-svn: 105379
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 5a0c27b300a..2b57a683878 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -353,7 +353,7 @@ void AsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
// - spare pointer, used when mapped by the runtime
// - pointer to mangled symbol above with initializer
unsigned PtrSize = TD->getPointerSizeInBits()/8;
- OutStreamer.EmitSymbolValue(GetExternalSymbolSymbol("__tlv_bootstrap"),
+ OutStreamer.EmitSymbolValue(GetExternalSymbolSymbol("_tlv_bootstrap"),
PtrSize, 0);
OutStreamer.EmitIntValue(0, PtrSize, 0);
OutStreamer.EmitSymbolValue(MangSym, PtrSize, 0);
OpenPOWER on IntegriCloud