mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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…
Reference in New Issue
Block a user