[libcxx-commits] [libcxx] [libc++] Move a few tests into more correct places (PR #147557)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 9 06:28:05 PDT 2025


================
@@ -97,6 +98,8 @@ def parseScript(test, preamble):
     )
     substitutions.append(("%{run}", "%{exec} %t.exe"))
 
+    substitutions.append(("%{python}", shlex.quote(sys.executable)))
----------------
ldionne wrote:

This shouldn't be required anymore. We have this in the cmake-bridge now.

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


More information about the libcxx-commits mailing list