[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 21 21:34:01 PDT 2004


Changes in directory llvm/test:

Makefile.tests updated: 1.88 -> 1.89

---
Log message:

test/Libraries have been long gone for a long time now.  Since noone noticed
tehse were broken, just nuke them.


---
Diffs of the changes:  (+0 -13)

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.88 llvm/test/Makefile.tests:1.89
--- llvm/test/Makefile.tests:1.88	Tue Jun  1 14:06:43 2004
+++ llvm/test/Makefile.tests	Mon Jun 21 21:26:33 2004
@@ -57,19 +57,6 @@
              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::





More information about the llvm-commits mailing list