From d7de7bc2971c7aba0bcd4537cfd1b9c2fff44036 Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Wed, 22 Jul 2009 18:41:45 +0000 Subject: 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 --- docs/CommandGuide/llvm-ld.pod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 generates a file named F for compatibility with B. The output will be written to F. +=item B<-b> F + +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 This option specifies the F of a library to search when resolving symbols -- cgit v1.1