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:
769939d
)
Had used the wrong option.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 31 Jul 2001 21:52:28 +0000
(21:52 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Tue, 31 Jul 2001 21:52:28 +0000
(21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index d5c8a7272f360049f52c5acc9ce1f370e09d3c72..4934e414e3b51ef7fa9c894858e7d1226adf9204 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-29,4
+29,4
@@
clean :
%.mc: %.bc
@echo "Generating machine instructions for $<"
- @llc -dselect
i
$< > $@
+ @llc -dselect
y
$< > $@