Document opt -S argument.

llvm-svn: 81140
This commit is contained in:
Daniel Dunbar 2009-09-07 04:03:44 +00:00
parent 6acdc39b86
commit 076b234d1e

View File

@ -51,6 +51,10 @@ Print a summary of command line options.
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