[LLVMbugs] [Bug 11627] llvm-link links functions with same name but with different parameters set

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 20 17:24:43 PST 2011


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #2 from Chris Lattner <clattner at apple.com> 2011-12-20 19:24:43 CST ---
Specifically, the IR linker emulates the behavior you'd get if you used a
native linker.  It must insert bit casts to make the IR correctly formed when a
non-type-safe link like this happens.  It is not acceptable for the linker to
fail, or not link two functions, because of their IR types.

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