http://llvm.org/bugs/show_bug.cgi?id=792
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX --- Comment #19 from Chris Lattner <[email protected]> 2010-12-02 01:09:57 CST --- It's fair to say that this will never happen, and if it does, that it won't matter. In practice, everything that touches IR would depend on the factored out library, because they call ->dump() in debug paths or error cases. Eliminating the vtable from Value would be a great project, but seems like it is tracked in another bug. -- 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
