1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Make regression tests fail if any warnings are emitted

llvm-svn: 6126
This commit is contained in:
Chris Lattner 2003-05-12 15:33:52 +00:00
parent fe799356fd
commit 25c0c9e757

View File

@ -15,7 +15,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.to))
Output/%.to: Output/%.c
$(CC) -c $< -o $@ || \
$(CC) -c -Werror $< -o $@ || \
(rm -f $@; $(FAILURE) $@ )
Output/%.c: %.ll Output/.dir $(LAS) $(LDIS)