summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Feature/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile
index dee0e90..1b131ac 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 $<"