[PATCH] D54249: [WebAssembly] Initial support for shared objects (-shared)

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 12:39:22 PST 2018


sunfish added inline comments.


================
Comment at: docs/ReleaseNotes.rst:72
+
+* Add intial support for creating shared libraries (-shared).
+  See: https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md
----------------
We should make it clear that the ABI is not stable. In fact, it may change significantly in the future if we move to two-level namespacing and/or making use of ES6 module integration.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54249





More information about the llvm-commits mailing list