mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Disable codgen test for calltest.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c811c2ec0b
commit
67edee1443
@ -10,7 +10,7 @@ CCFLAGS = -g $(ARCHFLAGS)
|
||||
|
||||
TESTS := $(wildcard *.ll)
|
||||
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx )
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest )
|
||||
|
||||
|
||||
test all : testasmdis testopt testcodegen
|
||||
|
Loading…
Reference in New Issue
Block a user