Disable alloca code gen tests until size of extra args in stack frame

can be computed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-10-22 22:33:08 +00:00
parent 7db933d513
commit 919b59a148

View File

@ -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