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


Chris Lattner <[email protected]> changed:

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




--- Comment #19 from Chris Lattner <[email protected]>  2009-08-20 10:45:45 ---
You can't do stuff like this on the mac.  Public symbols are considered to
separate blocks of code and data, and the linker reorders those blocks.  This
is why the mac doesn't support "multiple entry points" in the obvious way etc. 
In any case, I think this bug is invalid, GlobalAlias should only except an
offset of zero from the aliasee.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to