projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285270
)
Fix to mesh with Johns recent changes
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 20:55:04 +0000
(20:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jun 2003 20:55:04 +0000
(20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6754
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/Makefile
patch
|
blob
|
history
diff --git
a/test/Feature/Makefile
b/test/Feature/Makefile
index 8453c84c103583c0a4b503a7904c4a8c3294852a..dee0e90064f70d6aa33513d76984b562d1073032 100644
(file)
--- 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 $< $(
TOOLDEBUG
) $(LIBDEBUG)
+ @./TestAsmDisasm.sh $< $(
LLVMTOOLCURRENT
) $(LIBDEBUG)
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
- @./TestOptimizer.sh $< $(
TOOLDEBUG
) $(LIBDEBUG)
+ @./TestOptimizer.sh $< $(
LLVMTOOLCURRENT
) $(LIBDEBUG)
Output/%.tc: Output/%.bc $(LDIS)
@echo "======== Generating C code for $<"