summaryrefslogtreecommitdiff
path: root/tools/llvm-config/find-cycles.pl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-26 21:14:04 +0000
committerChris Lattner <sabre@nondot.org>2006-07-26 21:14:04 +0000
commit7686b57803b39c93c3da3dc77469e18f0bf04f2a (patch)
tree3ae2ebbe514559c62048108a305c210ae0d1c7a9 /tools/llvm-config/find-cycles.pl
parent35d86fef1f1fc5845366c7c36803a6a3334d8a2e (diff)
downloadllvm-7686b57803b39c93c3da3dc77469e18f0bf04f2a.tar.gz
llvm-7686b57803b39c93c3da3dc77469e18f0bf04f2a.tar.bz2
llvm-7686b57803b39c93c3da3dc77469e18f0bf04f2a.tar.xz
Avoid a "scary" make warning for the 1.8 release. This should be reenabled
right after 1.8 "ships". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config/find-cycles.pl')
-rwxr-xr-xtools/llvm-config/find-cycles.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/llvm-config/find-cycles.pl b/tools/llvm-config/find-cycles.pl
index eec79c95c9..812eb96b7d 100755
--- a/tools/llvm-config/find-cycles.pl
+++ b/tools/llvm-config/find-cycles.pl
@@ -70,7 +70,10 @@ foreach my $cycle (@CYCLES) {
join(' ', sort keys %dependencies) . "\n");
}
print sort @output;
-exit $cycles_found;
+
+### FIXME: reenable this after 1.8.
+#exit $cycles_found;
+exit 0;
#==========================================================================
# Depedency Cycle Support