This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add exception handling option and feature
ClosedPublic

Authored by aheejin on Feb 23 2018, 8:39 AM.

Details

Summary

Add a llc command line option and WebAssembly architecture feature for
exception handling.

Diff Detail

Event Timeline

aheejin created this revision.Feb 23 2018, 8:39 AM
aheejin updated this revision to Diff 135722.Feb 23 2018, 3:33 PM
  • Add missing conditional variables
jgravelle-google accepted this revision.Feb 23 2018, 3:59 PM
jgravelle-google added inline comments.
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
45 ↗(On Diff #135722)

Nit: For consistency with the previous predicates, this should probably be aligned to the right of the <

This revision is now accepted and ready to land.Feb 23 2018, 3:59 PM
aheejin updated this revision to Diff 135729.Feb 23 2018, 4:26 PM
aheejin marked an inline comment as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.