[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 16 09:25:29 PST 2024
================
@@ -1,4 +1,5 @@
set(LIBCXX_ENABLE_STD_MODULES ON CACHE BOOL "") # TODO MODULES Remove when enabled automatically.
+set(LIBCXX_INSTALL_MODULE_INTERFACE_UNIT_SOURCES ON CACHE BOOL "") # TODO MODULES Remove when enabled automatically.
----------------
ldionne wrote:
Should `Generic-cxx20.cmake` and `Generic-cxx23.cmake` also be modified? What about others?
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list