[llvm-bugs] [Bug 26331] __attribute__((init_priority)) does not work accross multiple translation units

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 27 23:44:44 PST 2016


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

Anton Korobeynikov <anton at korobeynikov.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |anton at korobeynikov.info
         Resolution|---                         |WONTFIX

--- Comment #1 from Anton Korobeynikov <anton at korobeynikov.info> ---
This is expected. The constructors on Darwin are ordered by their .o link
order.

-- 
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/20160128/34c0440a/attachment.html>


More information about the llvm-bugs mailing list