[docs] Mention LLVM_ENABLE_MODULES.
authorFlorian Hahn <flo@fhahn.com>
Thu, 5 Mar 2020 09:48:40 +0000 (09:48 +0000)
committerFlorian Hahn <flo@fhahn.com>
Tue, 4 Aug 2020 15:59:39 +0000 (16:59 +0100)
llvm/docs/CMake.rst

index f96e34f..da13726 100644 (file)
@@ -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.