[PATCH] D61539: [WebAssembly] Don't generate unused table entries.
Alon Zakai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 10:23:21 PDT 2019
kripken added a comment.
I bisected the failure on emscripten's wasm0.test_dylink_rtti (and two others, also failing on the waterfall) which hits
exception thrown: RuntimeError: function signature mismatch,RuntimeError: function signature mismatch
To bisect, I ran
./emcc --clear-cache && ./tests/runner.py wasm0.test_dylink_rtti
on each iteration to make sure there isn't some local influence.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61539/new/
https://reviews.llvm.org/D61539
More information about the llvm-commits
mailing list