[PATCH] D52587: [WebAssembly] Add --[no]-export-dynamic to replace --export-default
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 13:58:16 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: wasm/Driver.cpp:477
+
+ // These two synthic symbols exist purely for the embedder so we always
+ // want to export them.
----------------
nit: synthetic
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52587
More information about the llvm-commits
mailing list