From: Rafael Espindola Date: Wed, 29 Mar 2017 14:27:38 +0000 (+0000) Subject: Fix GettingStarted.rst statement. X-Git-Tag: llvmorg-5.0.0-rc1~8963 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bed91eb46dce6ae4f0711444fe30f856e990de9e;p=platform%2Fupstream%2Fllvm.git Fix GettingStarted.rst statement. Patch by Wei-Ren Chen! llvm-svn: 298995 --- diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index d4ef890..a888603 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``