[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:38 PDT 2023
================
@@ -134,3 +134,8 @@ ABI Affecting Changes
Build System Changes
--------------------
+
+- The ``LIBCXX_EXECUTOR`` CMake variable has been deprecated. If you are relying on this, the new replacement
+ is either passing ``-Dexecutor=...`` to `llvm-lit`` or to make it persistent in the generated configuration
----------------
arichardson wrote:
```suggestion
is either passing ``-Dexecutor=...`` to ``llvm-lit`` or to make it persistent in the generated configuration
```
https://github.com/llvm/llvm-project/pull/66545
More information about the cfe-commits
mailing list