[PATCH] D67387: Move LLVM_ENABLE_ABI_BREAKING_CHECKS to its own file

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 15:33:44 PDT 2019


echristo added a comment.

In D67387#1665052 <https://reviews.llvm.org/D67387#1665052>, @dblaikie wrote:

> 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)


Good idea btw, I did that before I committed :)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67387/new/

https://reviews.llvm.org/D67387





More information about the llvm-commits mailing list