[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
Fri May 17 05:42:14 PDT 2019
ruiu added a comment.
Bob, thank you for reverting this.
So, Robert, looks like this idea didn't work well. We need a different solution. And perhaps a better approach is to use --start-lib and --end-lib. You found that these options didn't work well for your input, but I don't fully understand why that's the case. Are you combining all input object files into a single object file using `-r` linker option? If you just pass all object files to the linker's command line, the linker can choose only the files that are actually used. I'd like to understand why that didn't work for Rust.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54747/new/
https://reviews.llvm.org/D54747
More information about the lldb-commits
mailing list