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:
0b3735e
)
fix build failure.
author
Chris Lattner
<sabre@nondot.org>
Sat, 16 Jan 2010 03:38:27 +0000
(
03:38
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 16 Jan 2010 03:38:27 +0000
(
03:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93628
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 6ecbec406473b7b6213336de7d94aeeb23628e95..ba156c3e6e72b5a9246ff8a5a07100198e731119 100644
(file)
--- a/
lib/Target/TargetLoweringObjectFile.cpp
+++ b/
lib/Target/TargetLoweringObjectFile.cpp
@@
-956,7
+956,7
@@
shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const {
// \1L and \0l prefixes on them. Fix them to be Private/LinkerPrivate and
// this horrible hack can go away.
SmallString<64> Name;
- Mang->getNameWithPrefix(Name
Tmp
, GV, false);
+ Mang->getNameWithPrefix(Name, GV, false);
if (Name[0] == 'L' || Name[0] == 'l')
return false;
}