[libcxx-commits] [libcxx] [libc++] Install modules. (PR #75741)

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 24 12:57:51 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,
----------------
EricWF wrote:

Or has that ship sailed?

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


More information about the libcxx-commits mailing list