[PATCH] D44348: [WebAssembly] Generate imports for undefined data as well as functions

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 20:06:02 PST 2018


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

If the final linked binary contains undefined data symbols
generate inputs for these, just like we do for undefined
functions

If the final linked binary contains undefined data symbols
generate inputs for these, just like we do for undefined
functions


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44348

Files:
  test/wasm/undefined.ll
  wasm/Symbols.cpp
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44348.137893.patch
Type: text/x-patch
Size: 3904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180310/28f4db4f/attachment.bin>


More information about the llvm-commits mailing list