From bed91eb46dce6ae4f0711444fe30f856e990de9e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 29 Mar 2017 14:27:38 +0000 Subject: [PATCH] Fix GettingStarted.rst statement. Patch by Wei-Ren Chen! llvm-svn: 298995 --- llvm/docs/GettingStarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index d4ef890..a888603 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -1163,7 +1163,7 @@ the `Command Guide `_. ``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`` -- 2.7.4