This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Don't make wasm cleanuppads into funclet entries
ClosedPublic

Authored by aheejin on Aug 13 2018, 11:30 AM.

Details

Summary

Catchpads and cleanuppads are not funclet entries; they are only EH
scope entries. We already dont't set isEHFuncletEntry for catchpads.
This patch does the same thing for cleanuppads.

Diff Detail

Repository
rL LLVM