[PATCH] D92215: [WebAssembly] MC layer writes table symbols to object files
dmajor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 23 16:51:30 PST 2021
dmajor added a comment.
In D92215#2517633 <https://reviews.llvm.org/D92215#2517633>, @sbc100 wrote:
> Out of interest how did you notice this breakage? Are you integrating ToT llvm with wasi-libc for a specific reason?
In an unofficial repo we do frequent builds of Firefox with a ToT clang, motivated by some past releases where we waited until RC1 to start testing and had a bad time.
We don't specifically set out to test the wasi bits, but some Firefox builds enable wasm sandboxing, which pulls in that code. I must admit I don't fully understand the interaction between the build systems, we have lost some expertise in that area and I'm mostly just keeping things limping along.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92215/new/
https://reviews.llvm.org/D92215
More information about the llvm-commits
mailing list