[LLVMbugs] [Bug 12556] Function attribute 'constructor' priority parameter not respected

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 14 11:02:35 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12556

Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #5 from Anton Korobeynikov <asl at math.spbu.ru> 2012-04-14 13:02:35 CDT ---
I was told (by Apple folks) that darwin does not support cross-unit constructor
priorities, sorry. This is true for both gcc and llvm-gcc / clang. Within unit
priorities are emulated on darwin (via emission order).

Priorities should be fully supported in ToT clang/LLVM on ELF.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list