[LLVMbugs] [Bug 9516] Refactor and unify "turn global constant into bytes"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 22 20:09:46 PDT 2011


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

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clattner at apple.com
         Resolution|                            |INVALID

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



More information about the llvm-bugs mailing list