[PATCH] D67387: Move LLVM_ENABLE_ABI_BREAKING_CHECKS to its own file
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 11:32:41 PDT 2019
dblaikie added a comment.
Might be worth having some more detail in the commit message to explain why -ffunction-sections/-gc-sections isn't sufficient to remove the binary size increase.
(also, might be worth tracking down the global initializers that were causing this to have a binary size cost - seeing if those can be removed too)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67387/new/
https://reviews.llvm.org/D67387
More information about the llvm-commits
mailing list