forked from OSchip/llvm-project
Fix GettingStarted.rst statement.
Patch by Wei-Ren Chen! llvm-svn: 298995
This commit is contained in:
parent
b5c07ea03a
commit
bed91eb46d
|
@ -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``
|
||||
|
||||
|
|
Loading…
Reference in New Issue