[PATCH] D37831: [WebAssembly] Don't pass -ffunction-section/-fdata-sections

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 21:03:11 PST 2018


sbc100 added a comment.

After a little discussion about this and the -gc-sections linker flag, the augments for the tools having sensible defaults seem to be winning.

This means we don't need the driver to pass these options, which makes our commands lines shorter, and it also means that people who use the tools directly get the sensible defaults too.


Repository:
  rC Clang

https://reviews.llvm.org/D37831





More information about the cfe-commits mailing list