summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commit5200f046d54a1634a4f1967b50fc5f3c6d1852f2 (patch)
tree7159e146b1d8370e4d63221187828ed1165e6435 /llvm/docs/CommandGuide
parent75094f8e83fd025dc5f000eb809385a8f71f8b5f (diff)
downloadbcm5719-llvm-5200f046d54a1634a4f1967b50fc5f3c6d1852f2.tar.gz
bcm5719-llvm-5200f046d54a1634a4f1967b50fc5f3c6d1852f2.zip
Added -b option to override the default bitcode output file name.
llvm-svn: 76768
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-ld.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod
index 224939c77c9..536ab0fa43d 100644
--- a/llvm/docs/CommandGuide/llvm-ld.pod
+++ b/llvm/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
OpenPOWER on IntegriCloud