[PATCH] D52003: [WebAssembly] Add --export-default/--no-export-default options

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 17:23:15 PDT 2018


sbc100 added a comment.

Hmm, I see what you mean.  I thing is that --export-default is the default, so we would need to detect weather it was set from the command or not which would complicate the code a little.   Also, `all` is a superset of `default` I'm not sure its necessary.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52003





More information about the llvm-commits mailing list