[llvm-branch-commits] [llvm] 6e7a837 - [docs] Fix missing space in the GettingStarted documentation
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 11 06:18:06 PST 2022
Author: Louis Dionne
Date: 2022-02-11T09:18:01-05:00
New Revision: 6e7a837fdd553c51516b24e83076047343625c90
URL: https://github.com/llvm/llvm-project/commit/6e7a837fdd553c51516b24e83076047343625c90
DIFF: https://github.com/llvm/llvm-project/commit/6e7a837fdd553c51516b24e83076047343625c90.diff
LOG: [docs] Fix missing space in the GettingStarted documentation
(cherry picked from commit 6a7f6e9404f5e4094f5bec3774d9345ce539db85)
Added:
Modified:
llvm/docs/GettingStarted.rst
Removed:
################################################################################
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 7d699d87491bb..3341d56171fa1 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -1222,7 +1222,7 @@ following options with cmake:
compiling more than one project, separate the items with a semicolon. Should
you run into issues with the semicolon, try surrounding it with single quotes.
-* -DLLVM_ENABLE_RUNTIMES
+ * -DLLVM_ENABLE_RUNTIMES
Set this equal to the runtimes you wish to compile (e.g. libcxx, libcxxabi, etc.)
If compiling more than one runtime, separate the items with a semicolon. Should
you run into issues with the semicolon, try surrounding it with single quotes.
More information about the llvm-branch-commits
mailing list