[PATCH] D44349: [WebAssembly] Verify contents of relocations target before writing it

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 15:33:47 PDT 2018


ruiu added a comment.

Can you make it a completely separated pass in the linker? I think that you can construct a table and visit all relocations (or symbols?) in a separate function rather than doing while processing some other data.


Repository:
  rL LLVM

https://reviews.llvm.org/D44349





More information about the llvm-commits mailing list