[llvm-bugs] [Bug 46835] ICF merges functions with different exception handling
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 26 10:56:26 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46835
Fangrui Song <i at maskray.me> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
CC| |i at maskray.me
--- Comment #1 from Fangrui Song <i at maskray.me> ---
.text does not reference .gcc_except_table directly
Rather, .eh_frame references .text & .gcc_except_table
To handle this, we have to teach ICF.cpp to inspect the .cfi_lsda field in
.eh_frame
*** This bug has been marked as a duplicate of bug 36272 ***
--
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/20200726/0eb10c5a/attachment-0001.html>
More information about the llvm-bugs
mailing list