[PATCH] D42869: [WebAssembly] Remove DataSize from linking metadata

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 14:19:56 PST 2018


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

This means we don't need to write the linking metadata section
at all for executable (non-relocatable) output.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42869

Files:
  test/wasm/alias.ll
  test/wasm/call-indirect.ll
  test/wasm/data-layout.ll
  test/wasm/function-imports-first.ll
  test/wasm/gc-sections.ll
  test/wasm/init-fini.ll
  test/wasm/local-symbols.ll
  test/wasm/locals-duplicate.test
  test/wasm/many-functions.ll
  test/wasm/relocatable.ll
  test/wasm/stack-pointer.ll
  test/wasm/weak-alias-overide.ll
  test/wasm/weak-alias.ll
  test/wasm/weak-symbols.ll
  test/wasm/weak-undefined.ll
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42869.132684.patch
Type: text/x-patch
Size: 11613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180202/aa833ee1/attachment.bin>


More information about the llvm-commits mailing list