Dragonegg release notes.
[oota-llvm.git] / docs / CommandGuide / llvm-ld.pod
index 224939c77c94e05c20402d6a82df0cb7616cdecc..536ab0fa43d5fe1f86ed87b701c688151401738e 100644 (file)
@@ -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