[PATCH] D41390: [WebAssembly] LLD: Don't write out discarded function symbols

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 11:48:13 PST 2018


sbc100 added inline comments.


================
Comment at: wasm/InputChunks.cpp:26
+  }
+}
 
----------------
This size of a global symbol isn't represented this way.  In fact we don't represent the size at all currently.   


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41390





More information about the llvm-commits mailing list