mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Removing Makefiles. Regression tests are now run by QMTest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
# test/Regression/LLC/Makefile
|
||||
#
|
||||
# This directory contains regression tests for the LLVM sparc backend.
|
||||
#
|
||||
LEVEL = ../../..
|
||||
include $(LEVEL)/test/Makefile.tests
|
||||
|
||||
# Only .ll tests here. C tests are run via Makefile.singlesrc above.
|
||||
#
|
||||
LL_TESTS := $(wildcard *.ll)
|
||||
LLX_TESTS := $(wildcard *.llx)
|
||||
|
||||
all:: $(addprefix Output/, $(LL_TESTS:%.ll=%.ts))
|
||||
all:: $(addprefix Output/, $(LLX_TESTS:%.llx=%.llx.out))
|
||||
|
||||
Output/%.ts: Output/%.bc $(LLC) Output/.dir
|
||||
@echo "======== Compiling $< =========="
|
||||
$(LLC) -f $< -o $@ || \
|
||||
( rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
Output/%.llx.out: %.llx Output/.dir $(LLC)
|
||||
-$(TESTRUNR) $<
|
Reference in New Issue
Block a user