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

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

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

--- Comment #4 from Fangrui Song <i...@maskray.me> ---
Fixed by D59649/r361359

Though the approach (heuristic) to find the associated SHT_GROUP can be
improved.

More common issues are references to discarded STT_SECTION (local symbol). This
is commonly used by compilers to reduce the number of local symbols. Since we
catch references to undefined local symbols now (r361213), D61583 will give us
a nice diagnostic.

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