mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
Run testsparc, not testcodegen for testing the back end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a2a311939
commit
b15f64c353
@ -6,7 +6,7 @@ TESTS := $(wildcard *.ll)
|
||||
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
|
||||
test all : testasmdis testopt testsparc
|
||||
@echo "All tests successfully completed!"
|
||||
|
||||
testasmdis : $(TESTS:%.ll=%.ll.asmdis)
|
||||
|
Loading…
Reference in New Issue
Block a user