[PATCH] D62380: [WebAssebmly] Add support for -wrap

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 05:11:09 PDT 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, MaskRay, aheejin, arichardson, emaste, mehdi_amini.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

The code for implementing this features is taken almost verbatim
from the ELF backend.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62380

Files:
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.h
  lld/include/lld/Common/LLVM.h
  lld/test/wasm/wrap.ll
  lld/wasm/Driver.cpp
  lld/wasm/InputFiles.h
  lld/wasm/LTO.cpp
  lld/wasm/Options.td
  lld/wasm/SymbolTable.cpp
  lld/wasm/SymbolTable.h
  lld/wasm/Symbols.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62380.201201.patch
Type: text/x-patch
Size: 11393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190524/241d0ec3/attachment.bin>


More information about the llvm-commits mailing list