[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:52 PDT 2023
================
@@ -330,5 +330,14 @@ def getModuleFlag(cfg, enable_modules):
AddCompileFlag("-D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES"),
],
),
+ Parameter(
+ name="executor",
+ type=str,
+ default="",
----------------
ldionne wrote:
This default value could be `python3 <path-to>/run.py`.
https://github.com/llvm/llvm-project/pull/66545
More information about the libcxx-commits
mailing list