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:
e4ca607
)
Rerun backend tests if as or llc is changed
author
Chris Lattner
<sabre@nondot.org>
Sun, 9 Sep 2001 21:58:36 +0000
(21:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 9 Sep 2001 21:58:36 +0000
(21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@518
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index ff2915f8bc5b72f09b5dade266f92781e25c3c83..8ca72f9aaf4d1f34576ced3c9ac9eb663b32d329 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-35,7
+35,7
@@
clean :
%.bc: %.ll
$(AS) $< -f
-%.mc: %.ll
+%.mc: %.ll
$(LLC) $(AS)
@echo "Generating machine instructions for $<"
$(AS) < $< | $(LLC) -dsched=t > $@