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 | d5939a47767d82e5d4d108c258b7f2320e30bc81 (patch) | |
| tree | 0580c67f6267a1996c4350ec0dfa50eeb9a0c4e2 /docs/CommandGuide | |
| parent | 97b59da0a82c96d077a36f4e4a4417529d0e060c (diff) | |
| download | external_llvm-d5939a47767d82e5d4d108c258b7f2320e30bc81.zip external_llvm-d5939a47767d82e5d4d108c258b7f2320e30bc81.tar.gz external_llvm-d5939a47767d82e5d4d108c258b7f2320e30bc81.tar.bz2 | |
Give llvm-link a -S option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
| -rw-r--r-- | docs/CommandGuide/llvm-link.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-link.pod b/docs/CommandGuide/llvm-link.pod index 8a2a8c5..e1a1267 100644 --- a/docs/CommandGuide/llvm-link.pod +++ b/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 |
