commit | 53a99f9cda67af459dbfd08253def5ea14299240 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon Sep 07 04:03:44 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon Sep 07 04:03:44 2009 +0000 |
tree | 46667e3d15afda160290faaf6fdb1b9716afafa8 | |
parent | f61f89ae14cf332a014a598153137113af34002f [diff] [blame] |
Document opt -S argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81140 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index 3e23cd1..a6c18b1 100644 --- a/docs/CommandGuide/opt.pod +++ b/docs/CommandGuide/opt.pod
@@ -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