commit | 7ac4c31762fbe1605e2e701e4b48698f0f95a5c7 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Thu Oct 31 15:18:54 2019 -0700 |
committer | Reid Kleckner <rnk@google.com> | Thu Oct 31 15:19:02 2019 -0700 |
tree | 15f3b9b4cbd73ba7ef0f63a7c425fda4a8f06c1b | |
parent | f8ba90d448c6703809340b3fdb90e733b6bc2d33 [diff] [blame] |
Fix undefined variable bug in debuginfotests lit.cfg.py
diff --git a/debuginfo-tests/lit.cfg.py b/debuginfo-tests/lit.cfg.py index dd0b0f7..a8d23f3 100644 --- a/debuginfo-tests/lit.cfg.py +++ b/debuginfo-tests/lit.cfg.py
@@ -87,6 +87,7 @@ # Check which debuggers are available: built_lldb = llvm_config.use_llvm_tool('lldb', search_env='CLANG') +lldb_path = None if built_lldb is not None: lldb_path = built_lldb elif lit.util.which('lldb') is not None: