mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-22 14:05:03 +00:00
LTOInternalize: Fix member type, should be a reference and not a copy
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90d87693b6
commit
323ca5cbc7
@ -48,7 +48,7 @@ public:
|
||||
private:
|
||||
// Inputs
|
||||
const StringSet<> &MustPreserveSymbols;
|
||||
const StringSet<> AsmUndefinedRefs;
|
||||
const StringSet<> &AsmUndefinedRefs;
|
||||
const TargetMachine &TM;
|
||||
|
||||
// Temps
|
||||
|
Loading…
x
Reference in New Issue
Block a user