commit | fc64fae6e35cf024bd07a364c6268cef5c54c56c | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Thu Oct 01 21:38:24 2015 +0000 |
committer | Reid Kleckner <rnk@google.com> | Thu Oct 01 21:38:24 2015 +0000 |
tree | 842da66ccbf3863c5d1f968df402f99af273a500 | |
parent | 5d41326751920e089029af784901a72f5f69cc80 [diff] |
[WinEH] Emit __C_specific_handler tables for the new IR We emit denormalized tables, where every range of invokes in the same state gets a complete list of EH action entries. This is significantly simpler than trying to infer the correct nested scoping structure from the MI. Fortunately, for SEH, the nesting structure is really just a size optimization. With this, some basic __try / __except examples work. llvm-svn: 249078