[PATCH] D47806: [WebAssembly] Add --export-all flag

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 18:27:48 PDT 2018


ruiu accepted this revision.
ruiu added inline comments.
This revision is now accepted and ready to land.


================
Comment at: wasm/Driver.cpp:408
+    // TODO(sbc): Remove WASM_SYMBOL_VISIBILITY_HIDDEN when the "mutable global"
+    // spec proposal is impplemented in all major browsers.
+    // See: https://github.com/WebAssembly/mutable-global
----------------
nit: implemented


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47806





More information about the llvm-commits mailing list