mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
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:
parent
7db933d513
commit
919b59a148
@ -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…
x
Reference in New Issue
Block a user