[PATCH] D67388: Add a feature to dump dependency graph.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 15:29:51 PDT 2021
mehdi_amini added a comment.
This can be useful!
For me right now: building a shared library from objects built with `-ffunction-sections`, I'm mostly interested in a finer grain information than "which object file gets loaded": I'd like to be able to track down why a particular symbols end up in the final binary / isn't stripped.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67388/new/
https://reviews.llvm.org/D67388
More information about the llvm-commits
mailing list