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:
dd63a37
)
run LICM tests
author
Chris Lattner
<sabre@nondot.org>
Fri, 10 May 2002 22:21:25 +0000
(22:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 10 May 2002 22:21:25 +0000
(22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2608
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/LICM/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/test/Transforms/LICM/Makefile
b/test/Transforms/LICM/Makefile
new file mode 100644
(file)
index 0000000..
91acd4d
--- /dev/null
+++ b/
test/Transforms/LICM/Makefile
@@ -0,0
+1,10
@@
+
+LEVEL = ../../../..
+include $(LEVEL)/test/Makefile.tests
+
+TESTS := $(wildcard *.ll)
+
+all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
+
+Output/%.ll.out: %.ll Output/.dir $(LOPT)
+ -$(TESTRUNR) $<