X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile.tests;h=90e9f2c70574dc9c668819bf47b4e13ab4310438;hb=0898d7d4a57cae6816ff633f5f590992f58ce6fc;hp=b46b96da3601c7c5f27dfbe86e00b2ca3c503061;hpb=18c57290331c2c93041cdfab8ed36ad84ef029b4;p=oota-llvm.git diff --git a/test/Makefile.tests b/test/Makefile.tests index b46b96da360..90e9f2c7057 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -37,7 +37,6 @@ endif LCCFLAGS += -O2 -Wall LCXXFLAGS += -O2 -Wall LLCFLAGS = -FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh TESTRUNR = @echo Running test: $<; \ PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ $(LLVM_SRC_ROOT)/test/TestRunner.sh @@ -70,7 +69,7 @@ Output/%.bc: Output/%.ll $(LGCCAS) # LLVM source, use the non-transforming assembler. # Output/%.bc: %.ll $(LLVMAS) Output/.dir - -$(LLVMAS) -f $< -o $@ + -$(LLVMAS) $< -o $@ ## Cancel built-in implicit rules that override above rules %: %.s