Skip to content

Commit

Permalink
Fix GettingStarted.rst statement.
Browse files Browse the repository at this point in the history
Patch by Wei-Ren Chen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298995 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Mar 29, 2017
1 parent 814c8a1 commit 31e9ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit 31e9ec9

Please sign in to comment.