[PATCH] D109572: [ELF] Add --why-extract= to query why archive members/lazy object files are extracted

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 18:17:32 PDT 2021


bd1976llvm added a comment.

Thanks for working on this. In the past I have resorted to hacking in my own ad-hoc versions of such features to solve particularly horrible dependency cases. As mentioned above there's a case for more powerful dependency tracking e.g. https://reviews.llvm.org/D69607. The more of these debugging features available the better IMO :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109572/new/

https://reviews.llvm.org/D109572



More information about the llvm-commits mailing list