[PATCH] D40725: Wasm entrypoint changes #3 (add --no-entry argument to LLD) APPLY AFTER D40559

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 07:01:38 PST 2017


ncw created this revision.
Herald added subscribers: llvm-commits, sunfish, aheejin, jfb.

Split out from https://reviews.llvm.org/D40559 as requested.

This adds a `--no-entry` argument to LLD, used to suppress the default `_start` entrypoint.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40725

Files:
  test/wasm/data-layout.ll
  wasm/Driver.cpp
  wasm/Options.td
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40725.125137.patch
Type: text/x-patch
Size: 4710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/ffd45d92/attachment.bin>


More information about the llvm-commits mailing list