File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,12 @@ enabled sub-projects. Nearly all of these variable names begin with
577
577
578
578
The full list is:
579
579
580
- ``clang;clang-tools-extra;cross-project-tests;libc;libclc;lld;lldb;openmp;polly;pstl ``
580
+ ``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl ``
581
+
582
+ .. note ::
583
+ Some projects listed here can also go in ``LLVM_ENABLE_RUNTIMES ``. They
584
+ should only appear in one of the two lists. If a project is a valid possiblity
585
+ for both, prefer putting it in ``LLVM_ENABLE_RUNTIMES ``.
581
586
582
587
**LLVM_ENABLE_RTTI **:BOOL
583
588
Build LLVM with run-time type information. Defaults to OFF.
@@ -594,7 +599,7 @@ enabled sub-projects. Nearly all of these variable names begin with
594
599
595
600
The full list is:
596
601
597
- ``compiler-rt; libc;libcxx ;libcxxabi;libunwind; openmp ``
602
+ ``libc;libunwind ;libcxxabi;pstl;libcxx;compiler-rt; openmp;llvm-libgcc;offload ``
598
603
599
604
To enable all of them, use:
600
605
You can’t perform that action at this time.
0 commit comments