[lldb-dev] [Bug 21920] Find a solution to the Python debug/release problem on Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 2 09:48:41 PST 2015


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

Zachary Turner <zturner at google.com> changed:

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

--- Comment #7 from Zachary Turner <zturner at google.com> ---
In hindsight I don't think this will work.  The different MSVCRTs are not ABI
compatible, so we can't compile against headers for one MSVCRT and then
dynamically link against another one.  I guess I need to mark this as WONTFIX,
there doesn't really seem to be anything we can do about it except require
people to build python.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150202/58bf33aa/attachment.html>


More information about the lldb-dev mailing list