diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-extract.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-extract.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-extract.pod b/llvm/docs/CommandGuide/llvm-extract.pod index c3bc019c6b8..b62e8ae312b 100644 --- a/llvm/docs/CommandGuide/llvm-extract.pod +++ b/llvm/docs/CommandGuide/llvm-extract.pod @@ -45,6 +45,10 @@ Print a summary of command line options. Specify the output filename. If filename is "-" (the default), then B<llvm-extract> sends its output to standard output. +=item B<-S> + +Write output in LLVM intermediate language (instead of bitcode). + =back =head1 EXIT STATUS |