[libcxx-commits] [libcxx] [libc++] Add missing headers to the modulemap (PR #71127)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 15 15:41:43 PST 2023


================
@@ -0,0 +1,51 @@
+# RUN: %{python} %s %{include}
+
+import pathlib
+import sys
+
+headers = list(pathlib.Path(sys.argv[1]).rglob("*"))
----------------
philnik777 wrote:

No. We want all headers in the modulemap, not just the public ones.

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


More information about the libcxx-commits mailing list