[PATCH] D119351: Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTS

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 06:16:48 PST 2022


ldionne marked an inline comment as done.
ldionne added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:1225
 
+* -DLLVM_ENABLE_RUNTIMES
+   Set this equal to the runtimes you wish to compile (e.g. libcxx, libcxxabi, etc.)
----------------
Arfrever wrote:
> One space is missing before `*`, so currently this part of this page is rendered incorrectly. See https://github.com/llvm/llvm-project/blob/main/llvm/docs/GettingStarted.rst (close to the end).
> 
> (When you fix it, please also backport fix to branch `release/14.x`.)
Thanks, good catch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119351



More information about the llvm-commits mailing list