This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] -fwasm-exceptions enables reference-types
ClosedPublic

Authored by aheejin on Nov 4 2019, 4:05 PM.

Details

Summary

This adds -mreference-types and -mno-reference-types flags to clang
and make -fwasm-exceptions enables reference types feature in clang
and the backend.

Diff Detail

Event Timeline

aheejin created this revision.Nov 4 2019, 4:05 PM
tlively accepted this revision.Nov 13 2019, 5:04 PM

LGTM, sorry for the delay!

This revision is now accepted and ready to land.Nov 13 2019, 5:04 PM
This revision was automatically updated to reflect the committed changes.
pmatos added a subscriber: pmatos.Jul 10 2020, 3:15 AM