mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Avoid a "scary" make warning for the 1.8 release. This should be reenabled
right after 1.8 "ships". llvm-svn: 29308
This commit is contained in:
parent
b4165c39d7
commit
e5fe48b84a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user