[libcxx-commits] [libcxx] [libc++] Install modules. (PR #75741)
Ben Boeckel via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 26 10:15:47 PST 2024
================
@@ -0,0 +1,26 @@
+{
+ "version": 1,
+ "revision": 1,
+ "modules": [
+ {
+ "logical-name": "std",
+ "source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.cppm",
+ "is-standard-library": true,
+ "local-arguments": {
+ "system-include-directories": [
+ "@LIBCXX_MODULE_RELATIVE_PATH@"
+ ]
+ }
+ },
+ {
+ "logical-name": "std.compat",
+ "source-path": "@LIBCXX_MODULE_RELATIVE_PATH@/std.compat.cppm",
+ "is-std-library": true,
----------------
mathstuf wrote:
Yep :) .
https://github.com/llvm/llvm-project/pull/75741
More information about the libcxx-commits
mailing list