[llvm-bugs] [Bug 43927] Crash on exit when compiling with ThinLTO
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 18 16:23:24 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=43927
Aaron Puchert <aaronpuchert at alice-dsl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |f95273f75aaa5db5493aea79024
| |16ce3d5a09043,
| |b29c7fdb617cba4c83037840842
| |a872e8bf2f6b1
See Also| |https://sourceware.org/bugz
| |illa/show_bug.cgi?id=25176
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #11 from Aaron Puchert <aaronpuchert at alice-dsl.net> ---
After some discussion there was agreement that the -Wl,-fini function can be
dropped, since __attribute__((destructor)) should work just fine. The comment
claiming that it doesn't work was from 2009, and didn't state on which
platforms this was observed.
So I changed https://reviews.llvm.org/D69927 accordingly, which has now landed.
--
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/20191119/ca7a70c2/attachment-0001.html>
More information about the llvm-bugs
mailing list