
22 May
2010
22 May
'10
12:22 a.m.
On Fri, May 21, 2010 at 7:29 PM, David Abrahams <dave@boostpro.com> wrote:
At Fri, 21 May 2010 08:05:28 -0700, Doug Gregor wrote:
Visual C++ uses a different exception model that isn't implemented in LLVM.
I think that only applies to 32-bit VC++; their 64-bit compiler uses the same ABI as g++, IIUC.
VC++ did move from SEH to something similar to table based unwinding, but, AFAIK it is still quite different from DWARF tables format and not compatible. -- gpd