[PATCH] D81689: [WebAssembly] New-style command support

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 07:31:23 PDT 2020


sunfish updated this revision to Diff 270386.
sunfish added a comment.

Use the return value of `handleUndefined` instead of doing a separate lookup, which avoids a redundant lookup and handles LazySymbols properly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81689/new/

https://reviews.llvm.org/D81689

Files:
  lld/test/wasm/command-exports-no-tors.ll
  lld/test/wasm/command-exports.ll
  lld/test/wasm/init-fini-gc.ll
  lld/wasm/Config.h
  lld/wasm/Driver.cpp
  lld/wasm/InputChunks.h
  lld/wasm/MarkLive.cpp
  lld/wasm/Options.td
  lld/wasm/Symbols.cpp
  lld/wasm/Symbols.h
  lld/wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81689.270386.patch
Type: text/x-patch
Size: 22689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/9340002c/attachment.bin>


More information about the llvm-commits mailing list