| commit | 0de587296ebdc071086d35e888aa850c0c97340d | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Thu Mar 08 04:05:37 2018 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Thu Mar 08 04:05:37 2018 +0000 |
| tree | e39ad75abe0761bd6d0d84bf37772f796e6af076 | |
| parent | 3f8d38fcf28954bbf3df6a37b180c510d3bebc95 [diff] |
[WebAssembly] Add except_ref as a first-class type Summary: Add except_ref as a first-class type, according to the [[https://github.com/WebAssembly/exception-handling/blob/master/proposals/Level-1.md | Level 1 exception handling proposal ]]. Reviewers: dschuff Subscribers: jfb, sbc100, llvm-commits Differential Revision: https://reviews.llvm.org/D43706 llvm-svn: 326985