mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 01:14:22 +00:00
Avoid GCC -fpermissive error about llvm::Mangler hidden by member named Mangler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266049 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a6f183154e
commit
03c9cc77f1
@ -52,7 +52,7 @@ private:
|
|||||||
const TargetMachine &TM;
|
const TargetMachine &TM;
|
||||||
|
|
||||||
// Temps
|
// Temps
|
||||||
Mangler Mangler;
|
llvm::Mangler Mangler;
|
||||||
std::vector<StringRef> Libcalls;
|
std::vector<StringRef> Libcalls;
|
||||||
|
|
||||||
// Output
|
// Output
|
||||||
|
Loading…
Reference in New Issue
Block a user