projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9184b25
)
Add suffix for stubs, so we won't have name clashes with private symbols.
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 15 Feb 2010 22:36:26 +0000
(22:36 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 15 Feb 2010 22:36:26 +0000
(22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96286
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetLoweringObjectFile.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetLoweringObjectFile.cpp
b/lib/Target/TargetLoweringObjectFile.cpp
index 88a978ac623ac9ac57b7e0f88f316a9fd0f8825a..cfd49155adba1218caecc3afd0f1a67795c73d92 100644
(file)
--- a/
lib/Target/TargetLoweringObjectFile.cpp
+++ b/
lib/Target/TargetLoweringObjectFile.cpp
@@
-706,6
+706,7
@@
getSymbolForDwarfGlobalReference(const GlobalValue *GV, Mangler *Mang,
SmallString<128> Name;
Mang->getNameWithPrefix(Name, GV, true);
+ Name += ".DW.stub";
// Add information about the stub reference to ELFMMI so that the stub
// gets emitted by the asmprinter.