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:
parent
fe799356fd
commit
25c0c9e757
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user