[PATCH] D120013: [WebAssembly] Make EH/SjLj vars unconditionally thread local

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 14:19:19 PST 2022


aheejin added a comment.

In D120013#3329550 <https://reviews.llvm.org/D120013#3329550>, @sbc100 wrote:

> Can you verify that the `core2` and `other` emscripten test suites both pass with this change

`test_source_map` and `test_source_map_minimal_runtime` failed in `core2`, and `test_system_include_paths` failed in `other`, but looking at the errors they don't seem to be related to this. Why they error I'm not sure; maybe because of my local machine settings or something. Others all ran OK.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120013



More information about the llvm-commits mailing list