| Issue |
58108
|
| Summary |
Document LLVM_TARGETS_TO_BUILD
|
| Labels |
|
| Assignees |
|
| Reporter |
dilyanpalauzov
|
According to https://llvm.org/docs/CMake.html#frequently-used-llvm-related-variables `LLVM_TARGETS_TO_BUILD` can be used to limit the compilation time of LLVM itself and create binaries, which do not support all targets.
The only documented values for LLVM_TARGETS_TO_BUILD are all, X86, and «"X86;PowerPC"». Within ccmake the documentation suggests only “all” as valid value.
Please extend the documentation of LLVM_TARGETS_TO_BUILD, both within cland and at https://llvm.org/docs/CMake.html, to list all possible values, as this is done for LLVM_ENABLE_PROJECTS.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs