diff options
Diffstat (limited to 'docs/CommandGuide/opt.pod')
-rw-r--r-- | docs/CommandGuide/opt.pod | 4 |
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 |