This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add missing -mattr=+exception-handling guards
ClosedPublic

Authored by aheejin on Jul 16 2018, 11:33 AM.

Details

Summary

The use of exception handling instructions should only be enabled with
-mattr=+exception-handling option.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Jul 16 2018, 11:33 AM
This comment was removed by aheejin.
This revision is now accepted and ready to land.Jul 18 2018, 11:46 AM
This revision was automatically updated to reflect the committed changes.