[PATCH] D41410: [WebAssembly] Apply data relocation in parallel. NFC.

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 13:47:45 PST 2017


ncw added a comment.

Looks nice. My changes for pruning functions/segments rely on the relocations happening nice and late, so that we don't try and generate the index of a function that's being pruned. There changes all help with that, ensuring that we don't need the relocations to be "resolvable" for code that we're discarding.


Repository:
  rL LLVM

https://reviews.llvm.org/D41410





More information about the llvm-commits mailing list