index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
GenLibDeps.pl
Age
Commit message (
Expand
)
Author
2006-08-03
Print an error message if the lib directory (first argument) is not a
Reid Spencer
2006-08-01
Fix a problem with use of undefined variables. Print an error message if
Reid Spencer
2006-07-27
Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
Reid Spencer
2006-07-25
Add a feature for debugging library dependency cycles, -why option. This
Reid Spencer
2006-05-13
Don't try to reference uninitialized data. Make sure we can find "nm".
Reid Spencer
2006-05-03
Attempt to get this script working on Darwin.
Reid Spencer
2006-04-21
Remove the extraneous --defined-only option to nm. This is the default and
Reid Spencer
2006-04-20
Don't require the "dot" program if -flat option is given, and don't produce
Reid Spencer
2006-03-19
Add a -flat option for generating the library dependencies in a flat
Reid Spencer
2005-01-05
1. Make sure that "dot" can be found in the path
Reid Spencer
2004-12-30
* Don't include weak definitions as a definition
Reid Spencer
2004-12-30
A Perl script to generate an HTML definition list containing the LLVM
Reid Spencer