[all-commits] [llvm/llvm-project] bd14d6: [lldb] Hoist -s (trace directory) argument out of ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Sep 29 17:23:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd14d6ea1517c93ceecaec29dad016d9a122fa1b
https://github.com/llvm/llvm-project/commit/bd14d6ea1517c93ceecaec29dad016d9a122fa1b
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M lldb/test/API/CMakeLists.txt
M lldb/test/API/lit.cfg.py
M lldb/test/API/lit.site.cfg.py.in
M lldb/utils/lldb-dotest/CMakeLists.txt
M lldb/utils/lldb-dotest/lldb-dotest.in
Log Message:
-----------
[lldb] Hoist -s (trace directory) argument out of LLDB_TEST_COMMON_ARGS (NFC)
Give the trace directory argument its own variable
(LLDB_TEST_TRACE_DIRECTORY) so that we can configure it in
lit.site.cfg.py if we so desire.
More information about the All-commits
mailing list