| commit | 442d0a2e5a4df40b3c8f9b131c26778402cb3886 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Tue Nov 25 07:20:20 2014 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Tue Nov 25 07:20:20 2014 +0000 |
| tree | eeb678ac8cef0113796779bd91a206d83941a077 | |
| parent | 4646b11acfa88c3a1f0e9fdea1e3da31a64d2452 [diff] |
MS ABI: Add CodeGen support for rethrowing MS C++ exceptions Rethrowing exceptions in the MS model is very simple: just call _CxxThrowException with nullptr for both arguments. N.B. They chose stdcall as the calling convention for x86 but cdecl for all other platforms. llvm-svn: 222733