[libcxx-commits] [libcxx] [libc++][doc] Documents -DLIBCXX_INSTALL_MODULES=ON. (PR #88547)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 12 11:02:09 PDT 2024


https://github.com/mordante created https://github.com/llvm/llvm-project/pull/88547

None

>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] [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``



More information about the libcxx-commits mailing list