https://bugs.llvm.org/show_bug.cgi?id=37154
Fangrui Song <i...@maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Fangrui Song <i...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs