[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 22:38:19 +0000 (14:38 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 10 Jan 2020 22:40:17 +0000 (14:40 -0800)
commit7ce92dc0b4bcc1044052a06df3f07a94eb890823
treee05a5ae54c6934a2e3a9cb4b29307cffc9495174
parenta9052b4dfc1b25bd58480668d221365495fa9101
[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)

Rather than serializing every argument through LLDB_TEST_COMMON_ARGS, we
can pass some of them directly using their CMake variable. Although this
does introduce some code duplication between lit's site config and the
lldb-dotest utility, it also means that it becomes easier to override
these values (WIP).
lldb/test/API/CMakeLists.txt
lldb/test/API/lit.cfg.py
lldb/test/API/lit.site.cfg.py.in
lldb/utils/lldb-dotest/lldb-dotest.in