[libcxx-commits] [libcxx] [libc++] LWG 3987 provide iterator.range access from flat_{map, set} (PR #137524)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 6 10:31:57 PDT 2025


================
@@ -0,0 +1,5 @@
+# The tests in this directory need to run Python
+import shlex
+import sys
+
+config.substitutions.append(("%{python}", shlex.quote(sys.executable)))
----------------
ldionne wrote:

Since we do this in both `libcxx` and `std`, we might as well put this in `libcxx/test/configs/cmake-bridge.cfg.in` and get rid of both `lit.local.cfg` files.

https://github.com/llvm/llvm-project/pull/137524


More information about the libcxx-commits mailing list