mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-05 06:41:51 +00:00
fix build failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93628 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b3735e65a
commit
036d8f9581
@ -956,7 +956,7 @@ shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const {
|
|||||||
// \1L and \0l prefixes on them. Fix them to be Private/LinkerPrivate and
|
// \1L and \0l prefixes on them. Fix them to be Private/LinkerPrivate and
|
||||||
// this horrible hack can go away.
|
// this horrible hack can go away.
|
||||||
SmallString<64> Name;
|
SmallString<64> Name;
|
||||||
Mang->getNameWithPrefix(NameTmp, GV, false);
|
Mang->getNameWithPrefix(Name, GV, false);
|
||||||
if (Name[0] == 'L' || Name[0] == 'l')
|
if (Name[0] == 'L' || Name[0] == 'l')
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user