[clang] [libc++][lit] Allow overriding the executor for tests (PR #66545)
Alexander Richardson via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 25 08:24:10 PDT 2023
================
@@ -330,5 +330,14 @@ def getModuleFlag(cfg, enable_modules):
AddCompileFlag("-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES"),
],
),
+ Parameter(
----------------
arichardson wrote:
Done now, tested both the default and the case where LIBCXX_EXECUTOR is set. Hope this works as expected for all CI configurations.
https://github.com/llvm/llvm-project/pull/66545
More information about the cfe-commits
mailing list