[PATCH] D42321: [WebAssembly] Remove special handling of entry point export

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 15:03:33 PST 2018


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

Its much easier to export it via setHidden(false), not that
that is a thing.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42321

Files:
  test/wasm/alias.ll
  test/wasm/call-indirect.ll
  test/wasm/export.ll
  test/wasm/stack-pointer.ll
  test/wasm/visibility-hidden.ll
  test/wasm/weak-alias-overide.ll
  test/wasm/weak-undefined.ll
  wasm/Driver.cpp
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42321.130702.patch
Type: text/x-patch
Size: 8936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/0b2b1418/attachment.bin>


More information about the llvm-commits mailing list