[all-commits] [llvm/llvm-project] 468c44: Revert "[WebAssembly] Rethrow longjmp in EH handli...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Tue Sep 14 12:59:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 468c4409f61455a168f9d8c187c75435487adf8c
https://github.com/llvm/llvm-project/commit/468c4409f61455a168f9d8c187c75435487adf8c
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
R llvm/test/CodeGen/WebAssembly/lower-em-ehsjlj-sjlj-not-used.ll
Log Message:
-----------
Revert "[WebAssembly] Rethrow longjmp in EH handling if EmSjLj is enabled"
This reverts commit b7b4ebbcfa463a7fae61dca7cec30c5b747bdec8.
Reason: This breaks several code-size tests in Emscripten test suite
because this exports `emscripten_longjmp` for programs that didn't do it
before.
More information about the All-commits
mailing list