[Lldb-commits] [lldb] ca99a70 - [lldb/Test] s/lldb-repo/lldb-repro/ (NFC)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 14 14:51:50 PDT 2020
Author: Jonas Devlieghere
Date: 2020-04-14T14:51:41-07:00
New Revision: ca99a70237c0c762c5d9872625865a8ac19e6c10
URL: https://github.com/llvm/llvm-project/commit/ca99a70237c0c762c5d9872625865a8ac19e6c10
DIFF: https://github.com/llvm/llvm-project/commit/ca99a70237c0c762c5d9872625865a8ac19e6c10.diff
LOG: [lldb/Test] s/lldb-repo/lldb-repro/ (NFC)
Added:
Modified:
lldb/test/Shell/lit.cfg.py
Removed:
################################################################################
diff --git a/lldb/test/Shell/lit.cfg.py b/lldb/test/Shell/lit.cfg.py
index 3bda378060af..2e23d9dd0eda 100644
--- a/lldb/test/Shell/lit.cfg.py
+++ b/lldb/test/Shell/lit.cfg.py
@@ -49,7 +49,7 @@
lldb_repro_mode = lit_config.params.get('lldb-run-with-repro', None)
if lldb_repro_mode:
config.available_features.add('lldb-repro')
- lit_config.note("Running Shell test with lldb-repo in {} mode.".format(lldb_repro_mode))
+ lit_config.note("Running Shell test with lldb-repro in {} mode.".format(lldb_repro_mode))
toolchain.use_lldb_repro_substitutions(config, lldb_repro_mode)
llvm_config.use_default_substitutions()
More information about the lldb-commits
mailing list