[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:30 PST 2024
================
@@ -210,3 +210,56 @@ add_custom_target(generate-cxx-modules
ALL DEPENDS
${_all_modules}
)
+
+# Use the relative path between the installation and the module in the json
----------------
ldionne wrote:
```suggestion
# Configure the modules manifest.
# Use the relative path between the installation and the module in the json
```
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list