mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151244 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -206,6 +206,7 @@ int main(int argc, char **argv) {
|
|||||||
ActiveObjRoot = LLVM_OBJ_ROOT;
|
ActiveObjRoot = LLVM_OBJ_ROOT;
|
||||||
} else {
|
} else {
|
||||||
IsInDevelopmentTree = false;
|
IsInDevelopmentTree = false;
|
||||||
|
DevelopmentTreeLayout = MakefileStyle; // Initialized to avoid warnings.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute various directory locations based on the derived location
|
// Compute various directory locations based on the derived location
|
||||||
|
Reference in New Issue
Block a user