[llvm-bugs] [Bug 48096] Non-constructor function pointers in .ctors are dropped

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 12 10:21:09 PST 2020


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

Fangrui Song <i at maskray.me> changed:

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

--- Comment #2 from Fangrui Song <i at maskray.me> ---
After https://reviews.llvm.org/D91187 , there is a way to mix .ctors.NNNNN and
.init_array.NNNNN and even schedule a section which will run after
.ctors/.init_array (priority: 65536)

-- 
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/20201112/75e7944f/attachment.html>


More information about the llvm-bugs mailing list