[PATCH] D44136: [WebAssebmly] Remove reloc ordering constraint
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 14:22:09 PST 2018
ncw added a comment.
Thanks, I'll have a quick look out of curiosity and see if I can work out how the relocs are appearing out of order (it may affect your work to group the relocs, since you'll need to "chunk" them into per-segment batches which is similar to getting them ordered).
Repository:
rL LLVM
https://reviews.llvm.org/D44136
More information about the llvm-commits
mailing list