mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 09:46:57 +00:00
An easy case where GCC should really be able to work out that the value is only
used if IsInDevelopmentTree is 'true'. But it doesn't, so help it out. llvm-svn: 151244
This commit is contained in:
parent
0ff5453040
commit
65edbb72b1
@ -206,6 +206,7 @@ int main(int argc, char **argv) {
|
||||
ActiveObjRoot = LLVM_OBJ_ROOT;
|
||||
} else {
|
||||
IsInDevelopmentTree = false;
|
||||
DevelopmentTreeLayout = MakefileStyle; // Initialized to avoid warnings.
|
||||
}
|
||||
|
||||
// Compute various directory locations based on the derived location
|
||||
|
Loading…
x
Reference in New Issue
Block a user