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:
867c3cc
)
Reverse previous change.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:23:32 +0000
(
00:23
+0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 00:23:32 +0000
(
00:23
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@867
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index f1e18e49456f6132d2d7e5e52a9de9b0700c2d48..2dd1423005c987c2722c6d3e78e82d43809385a0 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-43,9
+43,9
@@
clean :
%.bc: %.ll
$(AS) $< -f
-%.mc: %.
bc
$(LLC) $(AS)
+%.mc: %.
ll
$(LLC) $(AS)
@echo "Generating machine instructions for $<"
- $(
LLC) $(LLCOPTS) $<
> $@
+ $(
AS) < $< | $(LLC) $(LLCOPTS)
> $@
%.s: %.ll $(LLC) $(AS)
$(AS) < $< | $(LLC) > $@