https://llvm.org/bugs/show_bug.cgi?id=27079
Bug ID: 27079
Summary: Add an MSVC Language Runtime ABI
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Right now the only C++ language runtime assumes Itanium ABI. This is probably
the reason for a number of test failures, especially those involving virtual
bases, functions, and dynamic types. We will need to add one for MSVC ABI.
Less importantly, it is possible for MSVC and Itanium ABI modules to be loaded
into the same process. The system doesn't seem well designed to handle this,
so it will probably be some effort to get that working.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev