projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e1e69
)
Dont' stop the build
author
Chris Lattner
<sabre@nondot.org>
Thu, 23 Jan 2003 16:51:47 +0000
(16:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 23 Jan 2003 16:51:47 +0000
(16:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5412
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CBackend/Makefile
patch
|
blob
|
history
diff --git
a/test/CBackend/Makefile
b/test/CBackend/Makefile
index d3ce4435e80e719a909b5255d96d5fa9bd851f65..06e1bdeb6bf9b0e4e3c0cf1f535b59be1b951772 100644
(file)
--- a/
test/CBackend/Makefile
+++ b/
test/CBackend/Makefile
@@
-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) $@ )