[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 13 11:51:54 PDT 2004
Changes in directory llvm-test:
Makefile.programs updated: 1.137 -> 1.138
---
Log message:
Remove old tracing hacks
---
Diffs of the changes: (+0 -24)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.137 llvm-test/Makefile.programs:1.138
--- llvm-test/Makefile.programs:1.137 Mon Sep 20 13:39:32 2004
+++ llvm-test/Makefile.programs Wed Oct 13 13:51:43 2004
@@ -144,30 +144,6 @@
DISABLE_DIFFS := 1
endif
-ifneq ($(TRACE)$(TRACEM),)
- ## When tracing is enabled do the following:
- ## -- disable output diffs
- ## -- generate llc output if not disabled
- ## -- generate cbe output if not disabled
- ## -- Make the trace output files precious if tracing is enabled because
- ## we often don't want to generate the complete trace file!
-
-DISABLE_DIFFS = 1
-OPTPASSES += $(TRACEFLAGS)
-LDFLAGS += $(TRACELIBS)
-ifndef DISABLE_LLC
-all:: $(LLCOUTPUT)
-endif
-ifndef DISABLE_CBE
-all:: $(CBEOUTPUT)
-endif
-ifndef DISABLE_JIT
-all:: $(JITOUTPUT)
-endif
-
-.PRECIOUS: $(LLIOUTPUT) $(JITOUTPUT) $(LLCOUTPUT) $(CBEOUTPUT)
-endif
-
ifndef DISABLE_LLC
all:: $(LLCCODEGEN)
else
More information about the llvm-commits
mailing list