[PATCH] D57913: [WebAssembly] Improve docs for wasm linker

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 10:54:44 PST 2019


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

LGTM



================
Comment at: docs/WebAssembly.rst:102
+When building a shared library any symbols marked as ``visibility=default`` will
+be exported.  When building an executable only the entry point, and symbols
+flagged as ``WASM_SYMBOL_EXPORTED`` are exported by default.  In LLVM the
----------------
When building an executable, only the entry point and symbols ...?


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57913/new/

https://reviews.llvm.org/D57913





More information about the llvm-commits mailing list