[llvm-commits] PATCH: New option for bitcode output file in llvm-ld

Chris Lattner clattner at apple.com
Wed Jul 15 21:37:26 PDT 2009


On Jul 15, 2009, at 6:08 AM, sanjiv gupta wrote:

> The patch adds an option -b < filename > to specify the name of the
> bitcode output file. If -b isn't specified then llvm-ld falls back to
> its existing behavior.
>
> Let me know if its good to go.

I don't have a strong opinion, but if you're already using a different  
option, why not just pass --link-as-library?

-Chris



More information about the llvm-commits mailing list