[LLVMbugs] [Bug 792] Factor AsmWriter out of lib/VMCore

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 1 23:09:59 PST 2010


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

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #19 from Chris Lattner <clattner at apple.com> 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.



More information about the llvm-bugs mailing list