mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[Docs] Mention LLVM_EXPERIMENTAL_TARGETS_TO_BUILD variable in CMake.rst
Beginners might not aware of this variable and wanted to try a new experimental target. Although this variable mention in Writing a Backend Documentation. But it becomes easy to search when listed in cmake.rst doc where most variables are listed. Reviewed By: myhsu Differential Revision: https://reviews.llvm.org/D100729
This commit is contained in:
parent
16646a1ef0
commit
e9c576eeca
@ -225,6 +225,11 @@ LLVM-specific variables
|
||||
targets. Case-sensitive. Defaults to *all*. Example:
|
||||
``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``.
|
||||
|
||||
**LLVM_EXPERIMENTAL_TARGETS_TO_BUILD**:STRING
|
||||
Semicolon-separated list of experimental targets to build and linked into
|
||||
llvm. This will build the experimental target without needing it to add to the
|
||||
list of all the targets available in the LLVM's main CMakeLists.txt.
|
||||
|
||||
**LLVM_BUILD_TOOLS**:BOOL
|
||||
Build LLVM tools. Defaults to ON. Targets for building each tool are generated
|
||||
in any case. You can build a tool separately by invoking its target. For
|
||||
|
Loading…
x
Reference in New Issue
Block a user