[libcxx-commits] [libcxx] [libc++][doc] Documents -DLIBCXX_INSTALL_MODULES=ON. (PR #88547)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 16 11:22:47 PDT 2024
https://github.com/mordante updated https://github.com/llvm/llvm-project/pull/88547
>From e5f3a359b466fb86ec38c46cfd5883d2854c2cf1 Mon Sep 17 00:00:00 2001
From: Mark de Wever <koraq at xs4all.nl>
Date: Mon, 8 Apr 2024 21:07:09 +0200
Subject: [PATCH 1/2] [libc++][doc] Documents -DLIBCXX_INSTALL_MODULES=ON.
---
libcxx/docs/BuildingLibcxx.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 28145ed1049e0f..ea196df0fb2a90 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -206,6 +206,12 @@ libc++ specific options
Toggle the installation of the libc++ headers.
+.. option:: LIBCXX_INSTALL_MODULES:BOOL
+
+ **Default**: ``OFF``
+
+ Toggle the installation of the experimental libc++ module sources..
+
.. option:: LIBCXX_ENABLE_SHARED:BOOL
**Default**: ``ON``
>From 041fb7e52ec9ab9de9402bfcee51cdd9ce2d9185 Mon Sep 17 00:00:00 2001
From: Mark de Wever <zar-rpg at xs4all.nl>
Date: Tue, 16 Apr 2024 20:22:41 +0200
Subject: [PATCH 2/2] Update libcxx/docs/BuildingLibcxx.rst
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
---
libcxx/docs/BuildingLibcxx.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index ea196df0fb2a90..a0a0cdb4339749 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -210,7 +210,7 @@ libc++ specific options
**Default**: ``OFF``
- Toggle the installation of the experimental libc++ module sources..
+ Toggle the installation of the experimental libc++ module sources.
.. option:: LIBCXX_ENABLE_SHARED:BOOL
More information about the libcxx-commits
mailing list