Disable alloca code gen tests until size of extra args in stack frame
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 22:33:08 +0000 (22:33 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 22:33:08 +0000 (22:33 +0000)
can be computed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@957 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 44ac0bef65ff3843917f3c0ca1fbfb6fc4fb7073..80871361a002186dec1453d44ae2e9677300e006 100644 (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