From ab176efd171f5439c37da8f586b929bdbd63f865 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 20 Jun 2003 21:37:31 +0000 Subject: [PATCH] Updated to the new Makefile.common. llvm-svn: 6814 --- test/Feature/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Feature/Makefile b/test/Feature/Makefile index dee0e90064f..1b131acc89d 100644 --- a/test/Feature/Makefile +++ b/test/Feature/Makefile @@ -24,10 +24,10 @@ testsparc : $(OTESTS:%.ll=%.s) testcbe : $(OTESTS:%.ll=%.tc) Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir - @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG) + @./TestAsmDisasm.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE) Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir - @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LIBDEBUG) + @./TestOptimizer.sh $< $(LLVMTOOLCURRENT) $(LLVMLIBCURRENTSOURCE) Output/%.tc: Output/%.bc $(LDIS) @echo "======== Generating C code for $<"