[PATCH] D69607: Add a feature to explain why some file gets included to the linker's output
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 05:09:06 PDT 2019
thakis added a comment.
I think this is a cool feature. Could it accept symbol names in addition to files as well? ld64 has a "-why_live" for symbols, and a "-why_load" for object files (https://www.manpagez.com/man/1/ld64/). I've used why_live a lot more than why_load.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69607/new/
https://reviews.llvm.org/D69607
More information about the llvm-commits
mailing list