http://llvm.org/bugs/show_bug.cgi?id=8180
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 2010-09-18 11:40:30 CDT --- This is correct behavior. LLC doesn't listen to the behavior of the datalayout specified in the module, the target you compile for overrides it. In practice, this means that the frontend should generate the right td string, or none at all. -- 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
