Fix Bug: Assembler/2003-05-12-MinIntProblem.llx
[oota-llvm.git] / test / Transforms / Inline / Makefile
1
2 LEVEL = ../../../..
3 include $(LEVEL)/test/Makefile.tests
4
5 TESTS := $(wildcard *.ll)
6
7 all:: $(addprefix Output/, $(TESTS:%.ll=%.ibc))
8
9 Output/%.ibc: %.ll Output/.dir $(LOPT)
10         ($(LAS) < $< | $(LOPT) -inline -q -f -o $@) || \
11             ( rm -f $@; $(FAILURE) $@ )
12