mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Make regression tests fail if any warnings are emitted
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
893af8c058
commit
bc9ab86639
@ -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…
x
Reference in New Issue
Block a user