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

Chris Lattner <[email protected]> changed:

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

--- Comment #1 from Chris Lattner <[email protected]> ---
Perhaps it depends on the object format, but these get uniqued by the linker. 
On darwin, for example, these get emitted to the:
"__TEXT,__literal4,4byte_literals" section, which does this.

Given this, and given issues with displacement limitations, it doesn't make
sense to tackle this in the compiler.  The linker is a better place to solve
this.

-- 
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