[Lldb-commits] [PATCH] D54747: Discard debuginfo for object files empty after GC
Rui Ueyama via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 28 14:57:25 PST 2018
ruiu added a comment.
Thank you for the patch.
What you are doing in this patch is not too complicated and makes sense to me. That said, if actual size saving is not significant as you said in https://github.com/rust-lang/rust/issues/56068#issuecomment-440160568, it may not be worth doing. It seems to me that if debug info is already 2.4GB, shrinking it to 2GB doesn't make much difference. Do you have more convincing examples?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54747/new/
https://reviews.llvm.org/D54747
More information about the lldb-commits
mailing list