[libcxx-commits] [libcxx] [RFC][libc++] Testing feature test macro script. (PR #90889)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 7 09:36:08 PDT 2024


================
@@ -0,0 +1,35 @@
+# RUN: %{python} %s %{libcxx-dir}/utils %{libcxx-dir}/utils/data/feature_test_macros/test_data.json
+
+import sys
----------------
ldionne wrote:

Maybe rename to `libcxx/test/libcxx/feature_test_macros/get_table.sh.py`? We'll have other tests in that subdirectory later.

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


More information about the libcxx-commits mailing list