summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/opt.pod
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-07 04:03:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-07 04:03:44 +0000
commit53a99f9cda67af459dbfd08253def5ea14299240 (patch)
tree46667e3d15afda160290faaf6fdb1b9716afafa8 /docs/CommandGuide/opt.pod
parentf61f89ae14cf332a014a598153137113af34002f (diff)
downloadllvm-53a99f9cda67af459dbfd08253def5ea14299240.tar.gz
llvm-53a99f9cda67af459dbfd08253def5ea14299240.tar.bz2
llvm-53a99f9cda67af459dbfd08253def5ea14299240.tar.xz
Document opt -S argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.pod')
-rw-r--r--docs/CommandGuide/opt.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod
index 3e23cd1ae6..a6c18b1872 100644
--- a/docs/CommandGuide/opt.pod
+++ b/docs/CommandGuide/opt.pod
@@ -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