[PATCH] D120002: [lld] Make error handling functions opaque

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 06:21:54 PST 2022


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

…do we really care about 9kiB of code? On my system, lld is 49730704 bytes, so that's a 0.2% reduction. Having 7 more lines of code seems worse than the benefit from that win – and that win probably only happens if you build lld without LTO.

But /shrug, if you feel this is a good change, lg I suppose :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120002



More information about the llvm-commits mailing list