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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 10:32:24 PST 2022


MaskRay added a comment.

> On my system, lld is 49730704 bytes, so that's a 0.2% reduction.

We should count `liblld*.a`, not every LLVM library pulled in by LTO. Then the ratio will be higher.
(If one compares a non-lld linker with lld, the size of something like LLVMgold.so needs to be counted.)


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