From 919b59a148a9cb863ccff3adfa2cc5160968b08d Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 22 Oct 2001 22:33:08 +0000 Subject: [PATCH] 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 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 44ac0bef65f..80871361a00 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 -- 2.34.1