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:
161036f
)
Minor rename of output
author
Chris Lattner
<sabre@nondot.org>
Sun, 14 Jul 2002 23:25:23 +0000
(23:25 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 14 Jul 2002 23:25:23 +0000
(23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2905
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Assembler/Makefile
patch
|
blob
|
history
diff --git
a/test/Assembler/Makefile
b/test/Assembler/Makefile
index 44bc441f589fcb2b281a52f4fbf1157b81450c31..f931c40d844abe3c96684a3f0f63a730845b46b9 100644
(file)
--- a/
test/Assembler/Makefile
+++ b/
test/Assembler/Makefile
@@
-16,8
+16,8
@@
Output/%.tbc: %.ll $(LAS) Output/.dir
$(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
( rm -f $@; $(FAILURE) $@ )
-all:: $(addprefix Output/, $(FTESTS:%.llx=%.ll.out))
+all:: $(addprefix Output/, $(FTESTS:%.llx=%.ll
x
.out))
-Output/%.ll.out: %.llx Output/.dir $(LAS)
+Output/%.ll
x
.out: %.llx Output/.dir $(LAS)
-$(TESTRUNR) $<