test/Libraries have been long gone for a long time now. Since noone noticed
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jun 2004 02:26:33 +0000 (02:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jun 2004 02:26:33 +0000 (02:26 +0000)
tehse were broken, just nuke them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14310 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 4b961bb826696c2c1d48191b7d6d6f7d2d60690b..5c908c043e8125c7e87d2c88fb11066c73fa0be4 100644 (file)
@@ -57,19 +57,6 @@ TESTRUNR = @echo Running test: $<; \
              PATH=$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
                   $(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
 
 clean::