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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 11:10:01 PDT 2017


dschuff added a comment.

Shouldn't the LLVM-side tests be using the LLVM utils and not clang? Or did you mean lld tests, or waterfall tests or what?

Once we have the support, I think we do want the default behavior to be to dead strip functions and data, and I agree that it shouldn't be hardcoded in LLVM. So this would be the natural way to do that, no?


https://reviews.llvm.org/D37831





More information about the llvm-commits mailing list