aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-07-22 18:41:45 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-07-22 18:41:45 +0000
commitd7de7bc2971c7aba0bcd4537cfd1b9c2fff44036 (patch)
tree8beb073c67c3a31d5ebef43007230d1ed301b354 /docs
parent02383cc52ba9c5f944186b5878f2e9d09d479f18 (diff)
downloadexternal_llvm-d7de7bc2971c7aba0bcd4537cfd1b9c2fff44036.zip
external_llvm-d7de7bc2971c7aba0bcd4537cfd1b9c2fff44036.tar.gz
external_llvm-d7de7bc2971c7aba0bcd4537cfd1b9c2fff44036.tar.bz2
Added -b option to override the default bitcode output file name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-ld.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-ld.pod b/docs/CommandGuide/llvm-ld.pod
index 224939c..536ab0f 100644
--- a/docs/CommandGuide/llvm-ld.pod
+++ b/docs/CommandGuide/llvm-ld.pod
@@ -104,6 +104,12 @@ should be generated by the linker. By default, B<llvm-ld> generates a file named
F<a.out> for compatibility with B<ld>. The output will be written to
F<filename>.
+=item B<-b> F<filename>
+
+This option can be used to override the output bitcode file name. By default,
+the name of the bitcode output file is one more ".bc" suffix added to the name
+specified by B<-o filename> option.
+
=item B<-l>F<name>
This option specifies the F<name> of a library to search when resolving symbols