1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Rerun test if opt gets changed

llvm-svn: 1937
This commit is contained in:
Chris Lattner 2002-03-21 21:29:47 +00:00
parent 7585694323
commit a2a81aca9b

View File

@ -6,5 +6,5 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
Output/%.ll.out: %.ll Output/.dir
Output/%.ll.out: %.ll Output/.dir $(LOPT)
-$(TESTRUNR) $<