[PATCH] D29428: [SimplifyCFG] Merge similar fatal error blocks ending in unreachable
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 16:02:27 PST 2020
rnk added a comment.
Some new numbers:
$ du -b build_a/bin/clang-11 build_b/bin/clang-11
136375664 build_a/bin/clang-11
141186840 build_b/bin/clang-11
So, enabling this patch in build_b increases the size of clang with asserts enabled by 4.5MB. Odd.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D29428/new/
https://reviews.llvm.org/D29428
More information about the llvm-commits
mailing list