[libcxx-commits] [libcxx] [libc++] Add missing headers to the modulemap (PR #71127)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 15 15:32:12 PST 2023
================
@@ -0,0 +1,51 @@
+# RUN: %{python} %s %{include}
+
+import pathlib
+import sys
+
+headers = list(pathlib.Path(sys.argv[1]).rglob("*"))
----------------
ldionne wrote:
Shouldn't we be using `libcxx/utils/libcxx/header_information.py` here instead?
https://github.com/llvm/llvm-project/pull/71127
More information about the libcxx-commits
mailing list