[PATCH] D44136: [WebAssebmly] Remove reloc ordering constraint
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 11:34:23 PST 2018
sbc100 added a comment.
On the waterfall it was happening in libc++abi.a. The example I found was cxa_vector.cpp.o. I did think about trying to generate a new test for this case, but decided not to prioritize it. I'll attache that object file. If you fancy coming up with a minimal reproducer that would be welcome new test. I imagine we might be able to re-enforce this once we switch to per-function and per-segment relocs.
Repository:
rL LLVM
https://reviews.llvm.org/D44136
More information about the llvm-commits
mailing list