mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Dont' stop the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14e1e69121
commit
0798b7f45a
@ -15,9 +15,9 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
|
||||
|
||||
|
||||
Output/%.to: Output/%.c
|
||||
$(CC) -c $< -o $@ #|| \
|
||||
$(CC) -c $< -o $@ || \
|
||||
(rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)
|
||||
$(LAS) < $< | $(LDIS) -c > $@ #|| \
|
||||
$(LAS) < $< | $(LDIS) -c > $@ || \
|
||||
(rm -f $@; $(FAILURE) $@ )
|
||||
|
Loading…
x
Reference in New Issue
Block a user