From: Florian Hahn Date: Wed, 19 Aug 2020 16:37:20 +0000 (+0100) Subject: [docs] Clarify ENABLE_MODULES uses Clang Header Modules. X-Git-Tag: llvmorg-13-init~14279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0814fcb7278a7101a6d7d6de9209981aeec4de5b;p=platform%2Fupstream%2Fllvm.git [docs] Clarify ENABLE_MODULES uses Clang Header Modules. Suggested post-commit by @dblaikie, thanks! --- diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 212a8d1..c45f854 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 + `_. **LLVM_ENABLE_PIC**:BOOL Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports