[PATCH] D108890: Document LLVM_ENABLE_RUNTIMES

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


sylvestre.ledru added a comment.

In D108890#2971290 <https://reviews.llvm.org/D108890#2971290>, @beanz wrote:

> Probably also worth noting it builds the builtins separately from the other runtimes to preserve correct dependency ordering.

Not sure what you mean here? Do you have an example?



================
Comment at: llvm/docs/CMake.rst:480
 
+**LLVM_ENABLE_RUNTIMES**:BOOL
+  Build libc++, libc++abi or other projects using that a just-built compiler.
----------------
MaskRay wrote:
> 
oups 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108890/new/

https://reviews.llvm.org/D108890



More information about the llvm-commits mailing list