[llvm-bugs] [Bug 37154] errors on libmariadb

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Aug 18 09:26:59 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=37154

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #5 from Fangrui Song <i at maskray.me> ---
I think this is likely a bug of the version script. It assigns multiple
versions to a symbol, thus the lld error, though ld.bfd just ignores it.

https://reviews.llvm.org/D64549 relaxed the errors to warnings. gold should
issue warnings as well.

gold is also a drop-in replacement of ld.bfd, but that doesn't mean gold/lld
necessarily copy every corner case of ld.bfd. We should be careful on behavior
differences, but I think on this particular one warning/error is a more
sensible action.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190818/30c9962f/attachment.html>


More information about the llvm-bugs mailing list