Rename member variable to try to fix the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207915 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-05-03 15:28:13 +00:00
parent 0bf9cca8c8
commit 91ffe991a2
2 changed files with 8 additions and 8 deletions

View File

@ -135,7 +135,7 @@ private:
typedef StringMap<uint8_t> StringSet;
LLVMContext &Context;
Linker Linker;
Linker IRLinker;
TargetMachine *TargetMach;
bool EmitDwarfDebugInfo;
bool ScopeRestrictionsDone;