http://llvm.org/bugs/show_bug.cgi?id=11627
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Chris Lattner <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
