[all-commits] [llvm/llvm-project] 3c7070: [lldb] Hoist --server argument out of LLDB_TEST_CO...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Sep 29 13:27:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c7070f1a6b89277fce042a943cd83fa65507a67
https://github.com/llvm/llvm-project/commit/3c7070f1a6b89277fce042a943cd83fa65507a67
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 --server argument out of LLDB_TEST_COMMON_ARGS (NFC)
Give the server argument its own variable (LLDB_TEST_SERVER) so that we
can configure it in lit.site.cfg.py if we so desire.
More information about the All-commits
mailing list