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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 11:19:22 PST 2018


sbc100 added inline comments.


================
Comment at: docs/WebAssembly.rst:34
+  progress.
 - COMDAT support.  This means that support for C++ is still very limited.
 - Function stripping.  Currently there is no support for ``--gc-sections`` so
----------------
dschuff wrote:
> not related to this CL, but we should probably update the list of missing features.
Yes, I did that a while back but had to revert because of some sphinx issue: https://reviews.llvm.org/D52048

Will try again,


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54249





More information about the llvm-commits mailing list