summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commit01d7e3b54ac75880ce4096b9f7e1a27691d462c8 (patch)
treec8059e643d04df9e8d015113d0251137c00a906a /llvm/docs/CommandGuide
parentd027a924311d7c4a59c0b103a992a47c09be4038 (diff)
downloadbcm5719-llvm-01d7e3b54ac75880ce4096b9f7e1a27691d462c8.tar.gz
bcm5719-llvm-01d7e3b54ac75880ce4096b9f7e1a27691d462c8.zip
Document opt -S argument.
llvm-svn: 81140
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/opt.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod
index 3e23cd1ae65..a6c18b18722 100644
--- a/llvm/docs/CommandGuide/opt.pod
+++ b/llvm/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
OpenPOWER on IntegriCloud