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

Zachary Turner <ztur...@google.com> changed:

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

--- Comment #7 from Zachary Turner <ztur...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to