[PATCH] D44440: [WebAssembly] Implement --print-gc-sections for synthetic functions

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 12:32:08 PDT 2018


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

lgtm, but maybe fix the names first.



================
Comment at: test/wasm/undefined-weak-call.ll:16
 
+; CHECK-GC: removing unused section {{.*}}:(undefined function weakFunc4)
+
----------------
Is this really what the stubs are called?  I think we should at least make them valid C identifiers.  __undefined_xxx?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44440





More information about the llvm-commits mailing list