http://llvm.org/bugs/show_bug.cgi?id=9516
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #4 from Chris Lattner <[email protected]> 2011-03-22 22:09:46 CDT --- AsmWriter handles all of this. If your concern is the JIT, it is switching to the MC framework which will mean that it will get the benefits of the (poorly named) AsmWriter class. -- 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
