Make changes necessary for stopping the build if a cyclic library
authorReid Spencer <rspencer@reidspencer.com>
Wed, 26 Jul 2006 17:10:54 +0000 (17:10 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 26 Jul 2006 17:10:54 +0000 (17:10 +0000)
commitdd3f6aa91ffb58535ac3948fe84cf7a9dc8fc384
treebc049a0cd632883c697663165ad626aa630b35c3
parent44b60ec45522934b1d9d22ca7fa9d6966776b65e
Make changes necessary for stopping the build if a cyclic library
dependency is found. The find-cycles.pl script now exits with a return code
that equals the number of cycles found. The Makefile was changed to ignore
the status code of find-cycles.pl. This should be removed once the libraries
are free of cyclic dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29290 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/Makefile
tools/llvm-config/find-cycles.pl