[docs] Fix missing space in the GettingStarted documentation
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 11 Feb 2022 14:17:33 +0000 (09:17 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 11 Feb 2022 14:17:37 +0000 (09:17 -0500)
llvm/docs/GettingStarted.rst

index 7d699d8..3341d56 100644 (file)
@@ -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.