mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
If a cycle exists, don't succeed building the second time around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40ad304709
commit
80930eb414
@ -39,7 +39,7 @@ $(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
|
||||
# don't have to process them at runtime.
|
||||
$(FinalLibDeps): find-cycles.pl $(LibDeps)
|
||||
$(Echo) "Finding cyclic dependencies between LLVM libraries."
|
||||
$(Verb) $(PERL) $< < $(LibDeps) > $@
|
||||
$(Verb) $(PERL) $< < $(LibDeps) > $@ || rm -f $@
|
||||
|
||||
# Rerun our configure substitutions as needed.
|
||||
ConfigInIn = $(PROJ_SRC_DIR)/llvm-config.in.in
|
||||
|
Loading…
Reference in New Issue
Block a user