[llvm] 6a7f6e9 - [docs] Fix missing space in the GettingStarted documentation

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 06:17:45 PST 2022


Author: Louis Dionne
Date: 2022-02-11T09:17:37-05:00
New Revision: 6a7f6e9404f5e4094f5bec3774d9345ce539db85

URL: https://github.com/llvm/llvm-project/commit/6a7f6e9404f5e4094f5bec3774d9345ce539db85
DIFF: https://github.com/llvm/llvm-project/commit/6a7f6e9404f5e4094f5bec3774d9345ce539db85.diff

LOG: [docs] Fix missing space in the GettingStarted documentation

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-commits mailing list