From 0814fcb7278a7101a6d7d6de9209981aeec4de5b Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Wed, 19 Aug 2020 17:37:20 +0100 Subject: [PATCH] [docs] Clarify ENABLE_MODULES uses Clang Header Modules. Suggested post-commit by @dblaikie, thanks! --- llvm/docs/CMake.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.7.4