[PATCH] D62832: [WebAssembly] add memory map file support for wasm-ld

Guanzhong Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 16:49:27 PDT 2019


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

Add the option to generate a memory map file showing the memory location
of all external global variables.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62832

Files:
  lld/wasm/CMakeLists.txt
  lld/wasm/Config.h
  lld/wasm/Driver.cpp
  lld/wasm/MapFile.cpp
  lld/wasm/MapFile.h
  lld/wasm/Options.td
  lld/wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62832.202823.patch
Type: text/x-patch
Size: 6450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/f5ed4338/attachment.bin>


More information about the llvm-commits mailing list