Skip to content

Commit 6e7a837

Browse files
committed
[docs] Fix missing space in the GettingStarted documentation
(cherry picked from commit 6a7f6e9)
1 parent 4c33252 commit 6e7a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/GettingStarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ following options with cmake:
12221222
compiling more than one project, separate the items with a semicolon. Should
12231223
you run into issues with the semicolon, try surrounding it with single quotes.
12241224

1225-
* -DLLVM_ENABLE_RUNTIMES
1225+
* -DLLVM_ENABLE_RUNTIMES
12261226
Set this equal to the runtimes you wish to compile (e.g. libcxx, libcxxabi, etc.)
12271227
If compiling more than one runtime, separate the items with a semicolon. Should
12281228
you run into issues with the semicolon, try surrounding it with single quotes.

0 commit comments

Comments
 (0)