Give llvm-link a -S option.
llvm-svn: 81859
diff --git a/llvm/docs/CommandGuide/llvm-link.pod b/llvm/docs/CommandGuide/llvm-link.pod
index 8a2a8c5..e1a1267 100644
--- a/llvm/docs/CommandGuide/llvm-link.pod
+++ b/llvm/docs/CommandGuide/llvm-link.pod
@@ -42,6 +42,10 @@
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