[libcxx-commits] [libcxx] [libc++][lit] Allow overriding the executor for tests (PR #66545)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 15 13:51:51 PDT 2023
================
@@ -330,5 +330,14 @@ def getModuleFlag(cfg, enable_modules):
AddCompileFlag("-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES"),
],
),
+ Parameter(
----------------
ldionne wrote:
We could potentially remove `LIBCXX_EXECUTOR` if we have this setting? Then people could use `LIBCXX_TEST_PARAMS` to customize the executor.
It would be really nice to drop CMake options that are only related to testing, since we can pass them as Lit parameters.
If we do that, we'd want to add an entry to `releasenotes/18.rst` probably under Build System Changes.
https://github.com/llvm/llvm-project/pull/66545
More information about the libcxx-commits
mailing list