[llvm] r298995 - Fix GettingStarted.rst statement.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 07:27:38 PDT 2017


Author: rafael
Date: Wed Mar 29 09:27:38 2017
New Revision: 298995

URL: http://llvm.org/viewvc/llvm-project?rev=298995&view=rev
Log:
Fix GettingStarted.rst statement.

Patch by Wei-Ren Chen!

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=298995&r1=298994&r2=298995&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Wed Mar 29 09:27:38 2017
@@ -1163,7 +1163,7 @@ the `Command Guide <CommandGuide/index.h
 ``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``
 




More information about the llvm-commits mailing list