From f0d2676ee51eb8c3bb2bbf857ba156b3a58976a0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Oct 2001 00:40:49 +0000 Subject: [PATCH] Exclude a couple of tests that the regalloc stuff doesn't handle yet git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 9f77a42a4f9..82576e2e342 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 -- 2.34.1