[PATCH] D42511: [WebAssembly] Add support for --gc-sections

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 17:24:21 PST 2018


sbc100 added a comment.

I've got a prototype of GC for the types, but I'd rather land that later since it is separable and an incremental improvement on this.  Also, type GC should be very marginal compared to code and data GC.  I'll make a note in the description that this is coming soon.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42511





More information about the llvm-commits mailing list