[lld] r271950 - Ignore the "globally available" version.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 16:02:07 PDT 2016


On 6 June 2016 at 18:59, Peter Collingbourne <peter at pcc.me.uk> wrote:
> Thanks! I have a feeling that this was the issue that was causing Chromium's
> LLD bot to fail.
> https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinuxLLD
>
> Can you please check in a script that can recreate the version-use.so file?

So, that one is a bit over reduced. Gold creates a .gnu.version_d even
when it is not strictly required (a .so that uses a versioned .so).

So I don't have a .s that will produce that in general, but I
volunteer to come back here and craft one once we produced version
definitions.

Cheers,
Rafael


More information about the llvm-commits mailing list