[libcxx-commits] [libcxx] [libc++][C++03] Split libc++-specific tests for the frozen headers (PR #144093)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 9 08:35:53 PDT 2025
================
@@ -0,0 +1,9 @@
+# The tests in this directory need to run Python
+import shlex
+import sys
+
+config.substitutions.append(("%{python}", shlex.quote(sys.executable)))
----------------
ldionne wrote:
The `%{python}` substitution isn't needed anymore.
https://github.com/llvm/llvm-project/pull/144093
More information about the libcxx-commits
mailing list