[docs] Clarify ENABLE_MODULES uses Clang Header Modules.
authorFlorian Hahn <flo@fhahn.com>
Wed, 19 Aug 2020 16:37:20 +0000 (17:37 +0100)
committerFlorian Hahn <flo@fhahn.com>
Wed, 19 Aug 2020 16:38:34 +0000 (17:38 +0100)
Suggested post-commit by @dblaikie, thanks!

llvm/docs/CMake.rst

index 212a8d1..c45f854 100644 (file)
@@ -306,8 +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_MODULES**:BOOL
+  Compile with `Clang Header Modules
+  <https://clang.llvm.org/docs/Modules.html>`_.
 
 **LLVM_ENABLE_PIC**:BOOL
   Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports