summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-22 02:26:33 +0000
committerChris Lattner <sabre@nondot.org>2004-06-22 02:26:33 +0000
commitb0266b653694a99769f8f37be9ca26555f9ad8a8 (patch)
tree79d1ff8fdca6cee34bdf29a71fd25ff420a23dca /test/Makefile.tests
parenta203c2d9c5d7c549df421d425f01e292a1c4199a (diff)
downloadllvm-b0266b653694a99769f8f37be9ca26555f9ad8a8.tar.gz
llvm-b0266b653694a99769f8f37be9ca26555f9ad8a8.tar.bz2
llvm-b0266b653694a99769f8f37be9ca26555f9ad8a8.tar.xz
test/Libraries have been long gone for a long time now. Since noone noticed
tehse were broken, just nuke them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 4b961bb826..5c908c043e 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -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::