[libcxx-commits] [libcxx] [libc++][lit] Allow overriding the executor for tests (PR #66545)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 25 06:41:27 PDT 2023
================
@@ -330,5 +330,14 @@ def getModuleFlag(cfg, enable_modules):
AddCompileFlag("-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES"),
],
),
+ Parameter(
----------------
ldionne wrote:
I think we should make it part of this change.
https://github.com/llvm/llvm-project/pull/66545
More information about the libcxx-commits
mailing list