[PATCH] D62378: [WebAssembly] Add support for -emit-reloc

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 04:01:04 PDT 2019


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

This can be useful for post-link tools and for testing.  Sometimes
it can be useful to produces a regular executable but with relocations
preserved.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62378

Files:
  lld/ELF/Driver.cpp
  lld/test/wasm/emit-relocs.ll
  lld/wasm/Config.h
  lld/wasm/Driver.cpp
  lld/wasm/Options.td
  lld/wasm/SyntheticSections.h
  lld/wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62378.201187.patch
Type: text/x-patch
Size: 5401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/b81962b0/attachment.bin>


More information about the llvm-commits mailing list