[libcxx-commits] [libcxx] [RFC][libc++] Testing feature test macro script. (PR #90889)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 9 09:31:01 PDT 2024
================
@@ -0,0 +1,35 @@
+# RUN: %{python} %s %{libcxx-dir}/utils %{libcxx-dir}/utils/data/feature_test_macros/test_data.json
+
+import sys
----------------
mordante wrote:
Based on other review comments there no longer is a `get_table` function. I removed this file and added the new tests in the suggested s
https://github.com/llvm/llvm-project/pull/90889
More information about the libcxx-commits
mailing list