[PATCH] D90948: [WebAssembly] call_indirect issues table number relocs

dmajor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 20:15:59 PST 2021


dmajor added a comment.

In D90948#2578843 <https://reviews.llvm.org/D90948#2578843>, @kripken wrote:

> I think this broke the LLVM roll on Emscripten CI. I don't have time to bisect atm, but this is the only wasm-related commit in the range, and the compiler crash is on a file and function modified in this patch:

We're also seeing this in Mozilla's build of https://github.com/WebAssembly/wasi-sdk, and our bisect indeed pointed to this commit.

In case having a second set of repro steps helps, we're doing a relatively vanilla `make` : https://searchfox.org/mozilla-central/source/taskcluster/scripts/misc/build-wasi-sysroot.sh#9


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90948



More information about the llvm-commits mailing list