diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-03-29 14:27:38 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-03-29 14:27:38 +0000 |
commit | bed91eb46dce6ae4f0711444fe30f856e990de9e (patch) | |
tree | 7b9a93d44b401727372a2c4a3c9835aeacf119ee | |
parent | b5c07ea03a12427780b5f726c45b4a35bf2d53c5 (diff) | |
download | bcm5719-llvm-bed91eb46dce6ae4f0711444fe30f856e990de9e.tar.gz bcm5719-llvm-bed91eb46dce6ae4f0711444fe30f856e990de9e.zip |
Fix GettingStarted.rst statement.
Patch by Wei-Ren Chen!
llvm-svn: 298995
-rw-r--r-- | llvm/docs/GettingStarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index d4ef89024fe..a88860310f6 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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`` |