aboutsummaryrefslogtreecommitdiffstats
path: root/utils/GenLibDeps.pl
Commit message (Expand)AuthorAgeFilesLines
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-031-2/+3
* Fix a problem with use of undefined variables. Print an error message ifReid Spencer2006-08-011-9/+39
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-3/+6
* Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer2006-07-251-16/+27
* Don't try to reference uninitialized data. Make sure we can find "nm".Reid Spencer2006-05-131-4/+8
* Attempt to get this script working on Darwin.Reid Spencer2006-05-031-2/+2
* Remove the extraneous --defined-only option to nm. This is the default andReid Spencer2006-04-211-3/+3
* Don't require the "dot" program if -flat option is given, and don't produceReid Spencer2006-04-201-19/+25
* Add a -flat option for generating the library dependencies in a flatReid Spencer2006-03-191-5/+31
* 1. Make sure that "dot" can be found in the pathReid Spencer2005-01-051-3/+30
* * Don't include weak definitions as a definitionReid Spencer2004-12-301-4/+4
* A Perl script to generate an HTML definition list containing the LLVMReid Spencer2004-12-301-0/+101