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

Arfrever Frehtes Taifersar Arahesis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 11 05:28:09 PST 2022


Arfrever 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.)
----------------
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`.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119351



More information about the cfe-commits mailing list