[PATCH] D61111: [WebAssembly] Always take into account added when applying runtime relocations

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 19:36:06 PDT 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff.
Herald added a project: LLVM.

The code we generate for applying data relocations at runtime omitted
the symbols with GOT entries.

Also refactor the code to reduce duplication.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61111

Files:
  lld/test/wasm/shared.ll
  lld/wasm/InputChunks.cpp
  lld/wasm/Symbols.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61111.196567.patch
Type: text/x-patch
Size: 7183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190425/f045ba43/attachment.bin>


More information about the llvm-commits mailing list