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:
fd0336e
)
Exclude a couple of tests that the regalloc stuff doesn't handle yet
author
Chris Lattner
<sabre@nondot.org>
Mon, 1 Oct 2001 00:40:49 +0000
(
00:40
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 1 Oct 2001 00:40:49 +0000
(
00:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 9f77a42a4f961a88cc3194dc285a64e2bb4d88e4..82576e2e34279136435aa7e09029f5f90b19bb6a 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-4,7
+4,7
@@
LLCOPTS := -dsched y
TESTS := $(wildcard *.ll)
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray
| grep -v opttest | grep -v xx.ll
)
test all : testasmdis testopt testcodegen