[libcxx-commits] [libcxx] [libc++][lit] Allow overriding the executor for tests (PR #66545)
Alexander Richardson via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 22 16:51:05 PDT 2023
================
@@ -330,5 +330,14 @@ def getModuleFlag(cfg, enable_modules):
AddCompileFlag("-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES"),
],
),
+ Parameter(
----------------
arichardson wrote:
That sounds like a great idea. I'll submit a follow-up change for this.
https://github.com/llvm/llvm-project/pull/66545
More information about the libcxx-commits
mailing list