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

Fangrui Song <i...@maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i...@maskray.me
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Fangrui Song <i...@maskray.me> ---
There was an error because `assignWildcardVersion(ver, VER_NDX_LOCAL);` was
processed before `assignExactVersion(ver, v.id, v.name);`. assignExactVersion
issued an error if the symbol version was assigned before.

Fixed by D64550/r365760. The change shall be included by lld 9.0.0

-- 
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

Reply via email to