1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Mention LLVM_ENABLE_MODULES.

This commit is contained in:
Florian Hahn 2020-03-05 09:48:40 +00:00
parent 530145b673
commit 3ac0102ef0

View File

@ -306,6 +306,9 @@ LLVM-specific variables
scenario where a manual override may be desirable is when using Visual Studio 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. 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 **LLVM_ENABLE_PIC**:BOOL
Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports 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. this flag. Some systems, like Windows, do not need this flag. Defaults to ON.