[lld] r226922 - Fix the ELF shared library build targets

Greg Fitzgerald garious at gmail.com
Fri Feb 20 17:38:25 PST 2015


On Fri, Feb 20, 2015 at 4:46 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> This violates the One Definition Rule.
>
> There's no need to try to inject a static function into these. This
> can just be a free create##TargetName##LinkingContext(llvm::Tripple)
> function.

Hi Michael,

I reverted this patch shortly after adding it.  I then implemented it
in the way you described.

-Greg



More information about the llvm-commits mailing list