forked from OSchip/llvm-project
test/Libraries have been long gone for a long time now. Since noone noticed
tehse were broken, just nuke them. llvm-svn: 14310
This commit is contained in:
parent
31d8921d1d
commit
cf237fc684
|
@ -57,19 +57,6 @@ TESTRUNR = @echo Running test: $<; \
|
||||||
PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
|
PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
|
||||||
$(LLVM_SRC_ROOT)/test/TestRunner.sh
|
$(LLVM_SRC_ROOT)/test/TestRunner.sh
|
||||||
|
|
||||||
## If TRACE or TRACEM is "yes", set the appropriate llc flag (-trace or -tracem)
|
|
||||||
## mark that tracing on, and set the TRACELIBS variable.
|
|
||||||
TRACEFLAGS =
|
|
||||||
ifeq ($(TRACE), yes)
|
|
||||||
TRACEFLAGS = -trace
|
|
||||||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(TRACEM), yes)
|
|
||||||
TRACEFLAGS = -tracem
|
|
||||||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
|
||||||
endif
|
|
||||||
|
|
||||||
LLCLIBS := $(LLCLIBS) -lm
|
LLCLIBS := $(LLCLIBS) -lm
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
|
Loading…
Reference in New Issue