Fix GettingStarted.rst statement.

Patch by Wei-Ren Chen!

llvm-svn: 298995
This commit is contained in:
Rafael Espindola 2017-03-29 14:27:38 +00:00
parent b5c07ea03a
commit bed91eb46d
1 changed files with 1 additions and 1 deletions

View 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``