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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 14:07:29 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: wasm/Options.td:34
+defm export_default: B<"export-default",
+    "Export symbols marked as 'default' visibility",
+    "Do not export symbols marked as 'default' visibility">;
----------------
Add "(default)" at the end of this message as this is the default choice.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52003





More information about the llvm-commits mailing list