The use of exception handling instructions should only be enabled with
-mattr=+exception-handling option.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D49391
[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
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, sbc100, dschuff. · View Herald TranscriptJul 16 2018, 11:33 AM This revision is now accepted and ready to land.Jul 18 2018, 11:46 AM Closed by commit rL337425: [WebAssembly] Add missing -mattr=+exception-handling guards (authored by aheejin). · Explain WhyJul 18 2018, 2:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 156154 llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrControl.td
llvm/trunk/test/CodeGen/WebAssembly/exception.ll
|