diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index d4ef89024fea..a88860310f64 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -1163,7 +1163,7 @@ the `Command Guide `_. ``llc`` ``llc`` is the LLVM backend compiler, which translates LLVM bitcode to a - native code assembly file or to C code (with the ``-march=c`` option). + native code assembly file. ``opt``