[llvm] 05aa29e - [docs] Mention LLVM_ENABLE_MODULES.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 09:02:29 PDT 2020
Author: Florian Hahn
Date: 2020-08-04T16:59:39+01:00
New Revision: 05aa29efd7ecaea9631a3ac5c471a4a4749463a2
URL: https://github.com/llvm/llvm-project/commit/05aa29efd7ecaea9631a3ac5c471a4a4749463a2
DIFF: https://github.com/llvm/llvm-project/commit/05aa29efd7ecaea9631a3ac5c471a4a4749463a2.diff
LOG: [docs] Mention LLVM_ENABLE_MODULES.
Added:
Modified:
llvm/docs/CMake.rst
Removed:
################################################################################
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index f96e34f21e80..da13726e8ca0 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -306,6 +306,9 @@ LLVM-specific variables
scenario where a manual override may be desirable is when using Visual Studio
2017's CMake integration, which would not be detected as an IDE otherwise.
+**LLVM_ENABLE_MODULES**
+ Compile with C++ modules enabled.
+
**LLVM_ENABLE_PIC**:BOOL
Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports
this flag. Some systems, like Windows, do not need this flag. Defaults to ON.
More information about the llvm-commits
mailing list