[PATCH] D108890: Document LLVM_ENABLE_RUNTIMES

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 13:08:13 PDT 2021


phosek added inline comments.


================
Comment at: llvm/docs/CMake.rst:487
+  The full list is:
+  ``compiler-rt;libcxx;libcxxabi;libunwind;openmp``
+
----------------
LLVM libc is also supported, see https://github.com/llvm/llvm-project/blob/9f7873784dcce4177a759fc657b267d2f189bcf0/runtimes/CMakeLists.txt#L5

You can also use `LLVM_ENABLE_RUNTIMES=all` to build all supported runtimes.


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