mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-13 11:51:17 +00:00
[NFC] Update the list of subprojects in docs.
The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'. Differential Revision: https://reviews.llvm.org/D110124
This commit is contained in:
parent
af1c5312d7
commit
17a26f5851
@ -65,8 +65,9 @@ This is an example work-flow and configuration to get and build the LLVM source:
|
|||||||
|
|
||||||
* ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM
|
* ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM
|
||||||
sub-projects you'd like to additionally build. Can include any of: clang,
|
sub-projects you'd like to additionally build. Can include any of: clang,
|
||||||
clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld,
|
clang-tools-extra, compiler-rt,cross-project-tests, flang, libc, libclc,
|
||||||
polly, or cross-project-tests.
|
libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, parallel-libs,
|
||||||
|
polly, or pstl.
|
||||||
|
|
||||||
For example, to build LLVM, Clang, libcxx, and libcxxabi, use
|
For example, to build LLVM, Clang, libcxx, and libcxxabi, use
|
||||||
``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.
|
``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.
|
||||||
|
@ -615,8 +615,10 @@ used by people developing LLVM.
|
|||||||
| | other LLVM subprojects to additionally build. (Only|
|
| | other LLVM subprojects to additionally build. (Only|
|
||||||
| | effective when using a side-by-side project layout |
|
| | effective when using a side-by-side project layout |
|
||||||
| | e.g. via git). The default list is empty. Can |
|
| | e.g. via git). The default list is empty. Can |
|
||||||
| | include: clang, libcxx, libcxxabi, libunwind, lldb,|
|
| | include: clang, clang-tools-extra, compiler-rt, |
|
||||||
| | compiler-rt, lld, polly, or debuginfo-tests. |
|
| | cross-project-tests, flang, libc, libclc, libcxx, |
|
||||||
|
| | libcxxabi, libunwind, lld, lldb, mlir, openmp, |
|
||||||
|
| | parallel-libs, polly, or pstl. |
|
||||||
+-------------------------+----------------------------------------------------+
|
+-------------------------+----------------------------------------------------+
|
||||||
| LLVM_ENABLE_SPHINX | Build sphinx-based documentation from the source |
|
| LLVM_ENABLE_SPHINX | Build sphinx-based documentation from the source |
|
||||||
| | code. This is disabled by default because it is |
|
| | code. This is disabled by default because it is |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user