We explicitly made it error out in D101403, out of a good intention that
the error message will make people less confusing. Turns out, we weren't
failing all cases of wasm EH + SjLj; only a few cases were failing and
our client was able to get around by fixing source code, but now we made
it fail for all cases, even the cases that previously succeeded fail,
which we didn't intend. This reverts that change.
Details
Details
- Reviewers
tlively - Commits
- rGba38b72ec283: [WebAssembly] Allow Wasm EH with Emscripten SjLj
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo