[PATCH] D84610: [ELF] --icf: don't fold text sections with LSDA
Amos Bird via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 00:37:20 PDT 2020
amosbird added a comment.
I've compared three version of lld by linking clickhouse with `-fexceptions` and `--icf=all`. Here are the stripped binary size of the related outputs:
| bytes | binary | |
| 259837744 | clickhouse | <---- clang12 (patch) |
| 249643904 | clickhouse | <---- clang12 (no-patch) |
| 249643824 | clickhouse | <---- clang10 |
|
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84610/new/
https://reviews.llvm.org/D84610
More information about the llvm-commits
mailing list