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

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Sep 8 10:22:51 PDT 2006


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

rspencer at x10sys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER



------- Additional Comments From rspencer at x10sys.com  2006-09-08 12:22 -------
This has turned out to be more effort than its worth. The main issue is trying
to make completely independent libraries (no cycles).  AsmWriter has to rely on
VMCore and VMCore has numerous places where it must call AsmWriter. Those places
can't be easily extracted.

Consequently, I'm resolving this as "LATER".  It would still be a nice-to-have,
but its not worth spending a couple of weeks on.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list