forked from OSchip/llvm-project
Disable alloca code gen tests until size of extra args in stack frame
can be computed. llvm-svn: 957
This commit is contained in:
parent
0009da41c6
commit
4b9c7c23b2
|
@ -10,7 +10,7 @@ CCFLAGS = -g -xarch=v9
|
|||
|
||||
TESTS := $(wildcard *.ll)
|
||||
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest )
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest | grep -v alloca | grep -v memory )
|
||||
|
||||
|
||||
test all : testasmdis testopt testcodegen
|
||||
|
|
Loading…
Reference in New Issue