[all-commits] [llvm/llvm-project] d05ae0: [debuginfo-tests] Fix environment variable used to...
James Henderson via All-commits
all-commits at lists.llvm.org
Mon May 17 04:50:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d05ae0fd1732507bcf5ad3dbd0ba2ca77f22f633
https://github.com/llvm/llvm-project/commit/d05ae0fd1732507bcf5ad3dbd0ba2ca77f22f633
Author: James Henderson <james.henderson at sony.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M debuginfo-tests/lit.cfg.py
M llvm/utils/lit/lit/TestingConfig.py
Log Message:
-----------
[debuginfo-tests] Fix environment variable used to specify LLDB
Currently, if the user specifies the environment variable 'CLANG', tests
will attempt to use the value as a path to the clang executable.
Previously, lldb could also be specified via the CLANG environment
variable, but this was almost certainly a bug, because that meant both
clang and lldb would have the same path. This patch changes the
environment variable for lldb to 'LLDB'.
Reviewed by: thopre, teemperor
Differential Revision: https://reviews.llvm.org/D101982
More information about the All-commits
mailing list