forked from OSchip/llvm-project
Exclude a couple of tests that the regalloc stuff doesn't handle yet
llvm-svn: 686
This commit is contained in:
parent
35622c3fc0
commit
2ef89c99b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue