[PATCH] D108890: Document LLVM_ENABLE_RUNTIMES

Sylvestre Ledru via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 07:55:09 PDT 2021


sylvestre.ledru created this revision.
sylvestre.ledru added reviewers: phosek, beanz, MaskRay.
Herald added a subscriber: mgorny.
sylvestre.ledru requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108890

Files:
  llvm/docs/CMake.rst


Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -477,6 +477,12 @@
   The full list is:
   ``clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;parallel-libs;polly;pstl``
 
+**LLVM_ENABLE_RUNTIMES**:BOOL
+  Build libc++, libc++abi or other projects using that a just-built compiler.
+  This is the correct way to build libc++ when putting together a toolchain.
+  The full list is:
+  ``compiler-rt;libcxx;libcxxabi;libunwind;openmp``
+
 **LLVM_ENABLE_RTTI**:BOOL
   Build LLVM with run-time type information. Defaults to OFF.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108890.369321.patch
Type: text/x-patch
Size: 686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210829/d51f84c7/attachment.bin>


More information about the llvm-commits mailing list