Fix GettingStarted.rst statement.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Mar 2017 14:27:38 +0000 (14:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Mar 2017 14:27:38 +0000 (14:27 +0000)
Patch by Wei-Ren Chen!

llvm-svn: 298995

llvm/docs/GettingStarted.rst

index d4ef890..a888603 100644 (file)
@@ -1163,7 +1163,7 @@ the `Command Guide <CommandGuide/index.html>`_.
 ``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``