diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-15 15:35:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-15 15:35:07 +0000 |
commit | 2b09de986c58f57cc3f0e57dc7d4a69ccb61a72f (patch) | |
tree | a8ea444d2d71988eb2ee60efbc747682768342d6 /llvm/docs/CommandGuide/llvm-link.pod | |
parent | 972c9c5e0a6b38635ec40bf3afa4f8d965919c7c (diff) | |
download | bcm5719-llvm-2b09de986c58f57cc3f0e57dc7d4a69ccb61a72f.tar.gz bcm5719-llvm-2b09de986c58f57cc3f0e57dc7d4a69ccb61a72f.zip |
Give llvm-link a -S option.
llvm-svn: 81859
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-link.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-link.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-link.pod b/llvm/docs/CommandGuide/llvm-link.pod index 8a2a8c5d770..e1a1267c52e 100644 --- a/llvm/docs/CommandGuide/llvm-link.pod +++ b/llvm/docs/CommandGuide/llvm-link.pod @@ -42,6 +42,10 @@ B<llvm-link> will write raw bitcode regardless of the output device. Specify the output file name. If F<filename> is C<->, then B<llvm-link> will write its output to standard output. +=item B<-S> + +Write output in LLVM intermediate language (instead of bitcode). + =item B<-d> If specified, B<llvm-link> prints a human-readable version of the output |