[llvm-commits] [llvm] r81140 - /llvm/trunk/docs/CommandGuide/opt.pod
Daniel Dunbar
daniel at zuster.org
Sun Sep 6 21:03:45 PDT 2009
Author: ddunbar
Date: Sun Sep 6 23:03:44 2009
New Revision: 81140
URL: http://llvm.org/viewvc/llvm-project?rev=81140&view=rev
Log:
Document opt -S argument.
Modified:
llvm/trunk/docs/CommandGuide/opt.pod
Modified: llvm/trunk/docs/CommandGuide/opt.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/opt.pod?rev=81140&r1=81139&r2=81140&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/opt.pod (original)
+++ llvm/trunk/docs/CommandGuide/opt.pod Sun Sep 6 23:03:44 2009
@@ -51,6 +51,10 @@
Specify the output filename.
+=item B<-S>
+
+Write output in LLVM intermediate language (instead of bitcode).
+
=item B<-{passname}>
B<opt> provides the ability to run any of LLVM's optimization or analysis passes
More information about the llvm-commits
mailing list