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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 17:09:15 PST 2017


sbc100 added inline comments.


================
Comment at: wasm/Driver.cpp:328
+    if (!Symtab->find(Config->Entry)->isDefined())
+      error("entry point not found: " + Config->Entry);
   }
----------------
It looks like this change also means that --allow-undefined no longer applies to '_start'.   I'm not necessarily against that but is there a reason for this change?   


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D40725





More information about the llvm-commits mailing list