| commit | 2e398976bac3d8a5ba70567c13d396d50ee393d2 | [log] [tgz] |
|---|---|---|
| author | Heejin Ahn <aheejin@gmail.com> | Thu Nov 01 20:32:15 2018 +0000 |
| committer | Heejin Ahn <aheejin@gmail.com> | Thu Nov 01 20:32:15 2018 +0000 |
| tree | eac1294e105a4c1f44f7e17e86ff36686031a06e | |
| parent | c22b988e59b79d9b67956cd9711bb37c5a88c59f [diff] |
[WebAssembly] Fix signature parsing for 'try' in AsmParser Summary: Like `block` or `loop`, `try` can take an optional signature which can be omitted. This patch allows `try`'s signature to be omitted. Also added some tests for EH instructions. Reviewers: aardappel Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D53873 llvm-svn: 345888