diff options
author | John Criswell <criswell@uiuc.edu> | 2003-06-20 21:37:31 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-06-20 21:37:31 +0000 |
commit | a2e89c6f38fca5ac4199c38960fea98a32384b86 (patch) | |
tree | 57f62580f963aef8c069932960d8e06ebd745c33 | |
parent | 6f4ad0be83f74e6354a33080fc0efcf5326d2d70 (diff) |
Updated to the new Makefile.common.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6814 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Feature/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile index dee0e90064..1b131acc89 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 $<" |