[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-08-03 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.11 -> 1.12 --- Log message: Print an error message if the lib directory (first argument) is not a directory. --- Diffs of the changes: (+3 -2) GenLibDeps.pl |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: ll

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-08-01 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.10 -> 1.11 --- Log message: Fix a problem with use of undefined variables. Print an error message if the first argument is omitted. Attempt to use a standard/default font. Make the generation of the DOT file readable. --- Diffs of the

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-07-27 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.9 -> 1.10 --- Log message: Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to have a compile-host version of "nm", not build-host. In order to effect this we must use autoconf to determine the correct "nm" to use

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-07-25 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.8 -> 1.9 --- Log message: 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

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-05-12 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.7 -> 1.8 --- Log message: Don't try to reference uninitialized data. Make sure we can find "nm". --- Diffs of the changes: (+8 -4) GenLibDeps.pl | 12 1 files changed, 8 insertions(+), 4 deletions(-) Index: llvm/uti

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-05-03 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.6 -> 1.7 --- Log message: Attempt to get this script working on Darwin. --- Diffs of the changes: (+2 -2) GenLibDeps.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/utils/GenLibDeps.pl diff -u llvm/uti

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-04-20 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.5 -> 1.6 --- Log message: Remove the extraneous --defined-only option to nm. This is the default and some versions of nm don't recognize it (its a gnu option). --- Diffs of the changes: (+3 -3) GenLibDeps.pl |6 +++--- 1 files c

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-04-20 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.4 -> 1.5 --- Log message: Don't require the "dot" program if -flat option is given, and don't produce any of the fancy graphs or other output. Just produce the flat, makefile style output on stdout. --- Diffs of the changes: (+25 -19)

[llvm-commits] CVS: llvm/utils/GenLibDeps.pl

2006-03-19 Thread Reid Spencer
Changes in directory llvm/utils: GenLibDeps.pl updated: 1.3 -> 1.4 --- Log message: Add a -flat option for generating the library dependencies in a flat format with one library per line, similar to a makefile dependency list. --- Diffs of the changes: (+31 -5) GenLibDeps.pl | 36 +++