Add a feature for debugging library dependency cycles, -why option. This
authorReid Spencer <rspencer@reidspencer.com>
Tue, 25 Jul 2006 19:12:06 +0000 (19:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 25 Jul 2006 19:12:06 +0000 (19:12 +0000)
commitc152efda47d8c90f540422bb374620b7fb1effbf
tree4bf08dc7d17c19bb95e04b2f4cd1fb865360d031
parent865f6238f61c25865cfba53934bfd69c2bd36194
Add a feature for debugging library dependency cycles, -why option. This
implies -flat and will produce a list of all the symbols for each library
that another library depends on. Run the output through c++filt for
better readability. Also, don't generate a temporary file for storing the
dependent library names. Perl can handle it in a %hash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29273 91177308-0d34-0410-b5e6-96231b3b80d8
utils/GenLibDeps.pl