[PATCH] D94048: [WebAssembly] Fix call unwind mismatches

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 7 04:28:45 PST 2021


aheejin added a comment.

@sbc100 Thanks for letting me know! I thought we disabled all wasm EH builds in Emscripten tests now but didn't know we were still compiling libraries with the EH enabled. This is a bug I should fix in LLVM, but I think there might be more bugs until we can fully compile Emscripten libraries, so I temporarily disabled wasm EH in Emscripten: https://github.com/emscripten-core/emscripten/pull/13439


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94048/new/

https://reviews.llvm.org/D94048



More information about the llvm-commits mailing list