| commit | f12c030f4879e2bf2caca21976f5de9ba8c48bdd | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Tue Jun 09 21:42:19 2015 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Tue Jun 09 21:42:19 2015 +0000 |
| tree | 21b2e4664e29273f3905ed81222e87a61abeec1c | |
| parent | cf90acc1041fea47db7d862a21b24534b5df21b0 [diff] |
[WinEH] Add 32-bit SEH state table emission prototype This gets all the handler info through to the asm printer and we can look at the .xdata tables now. I've convinced one small catch-all test case to work, but other than that, it would be a stretch to say this is functional. The state numbering algorithm avoids doing any scope reconstruction as we do for C++ to simplify the implementation. llvm-svn: 239433