Dont' stop the build
[oota-llvm.git] / test / CBackend / Makefile
index d3ce4435e80e719a909b5255d96d5fa9bd851f65..06e1bdeb6bf9b0e4e3c0cf1f535b59be1b951772 100644 (file)
@@ -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) $@ )