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

Alon Zakai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 07:26:16 PST 2021


kripken added a comment.

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:

llvm::WebAssembly::getOrCreateFunctionTableSymbol(llvm::MCContext&, llvm::WebAssemblySubtarget const*) WebAssemblyUtilities.cpp

Crash details: https://logs.chromium.org/logs/emscripten-releases/buildbucket/cr-buildbucket.appspot.com/8854596160871978800/+/steps/Build_Emscripten__upstream_/0/stdout

Regression range: https://chromium-review.googlesource.com/c/emscripten-releases/+/2711978

Crash is when building system/lib/libc/musl/src/stdio/stderr.c in libc.


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