[llvm-commits] CVS: poolalloc/test/TEST.p4perf.Makefile TEST.pavtl.Makefile TEST.perf.Makefile TEST.poolalloc.Makefile TEST.strace.Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 27 08:49:21 PDT 2004
Changes in directory poolalloc/test:
TEST.p4perf.Makefile updated: 1.4 -> 1.5
TEST.pavtl.Makefile updated: 1.8 -> 1.9
TEST.perf.Makefile updated: 1.8 -> 1.9
TEST.poolalloc.Makefile updated: 1.23 -> 1.24
TEST.strace.Makefile updated: 1.2 -> 1.3
---
Log message:
get these working again
---
Diffs of the changes: (+9 -9)
Index: poolalloc/test/TEST.p4perf.Makefile
diff -u poolalloc/test/TEST.p4perf.Makefile:1.4 poolalloc/test/TEST.p4perf.Makefile:1.5
--- poolalloc/test/TEST.p4perf.Makefile:1.4 Fri Mar 5 18:26:23 2004
+++ poolalloc/test/TEST.p4perf.Makefile Wed Oct 27 10:49:11 2004
@@ -1,4 +1,4 @@
-##===- test/Programs/TEST.vtl.Makefile ---------------------*- Makefile -*-===##
+##===- poolalloc/TEST.vtl.Makefile -------------------------*- Makefile -*-===##
#
# Makefile for getting performance metrics using Intel's VTune.
#
@@ -6,7 +6,7 @@
TESTNAME = $*
CURDIR := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/test/Programs; pwd)/
+PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
PERFEX := /home/vadve/criswell/local/Linux/bin/perfex
Index: poolalloc/test/TEST.pavtl.Makefile
diff -u poolalloc/test/TEST.pavtl.Makefile:1.8 poolalloc/test/TEST.pavtl.Makefile:1.9
--- poolalloc/test/TEST.pavtl.Makefile:1.8 Thu Mar 4 19:51:21 2004
+++ poolalloc/test/TEST.pavtl.Makefile Wed Oct 27 10:49:11 2004
@@ -1,4 +1,4 @@
-##===- test/Programs/TEST.vtl.Makefile ---------------------*- Makefile -*-===##
+##===- poolalloc/TEST.vtl.Makefile -------------------------*- Makefile -*-===##
#
# Makefile for getting performance metrics using Intel's VTune.
#
@@ -6,7 +6,7 @@
TESTNAME = $*
CURDIR := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/test/Programs; pwd)/
+PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
VTL := /opt/intel/vtune/bin/vtl
Index: poolalloc/test/TEST.perf.Makefile
diff -u poolalloc/test/TEST.perf.Makefile:1.8 poolalloc/test/TEST.perf.Makefile:1.9
--- poolalloc/test/TEST.perf.Makefile:1.8 Fri Mar 5 14:47:36 2004
+++ poolalloc/test/TEST.perf.Makefile Wed Oct 27 10:49:11 2004
@@ -1,4 +1,4 @@
-##===- test/Programs/TEST.vtl.Makefile ---------------------*- Makefile -*-===##
+##===- poolalloc/TEST.vtl.Makefile -------------------------*- Makefile -*-===##
#
# Makefile for getting performance metrics using Intel's VTune.
#
@@ -6,7 +6,7 @@
TESTNAME = $*
CURDIR := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/test/Programs; pwd)/
+PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
PERFEX := /home/vadve/criswell/local/Linux/bin/perfex
Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.23 poolalloc/test/TEST.poolalloc.Makefile:1.24
--- poolalloc/test/TEST.poolalloc.Makefile:1.23 Mon Mar 8 09:10:04 2004
+++ poolalloc/test/TEST.poolalloc.Makefile Wed Oct 27 10:49:11 2004
@@ -17,7 +17,7 @@
CURDIR := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/test/Programs; pwd)/
+PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
# Pool allocator pass shared object
Index: poolalloc/test/TEST.strace.Makefile
diff -u poolalloc/test/TEST.strace.Makefile:1.2 poolalloc/test/TEST.strace.Makefile:1.3
--- poolalloc/test/TEST.strace.Makefile:1.2 Thu Mar 4 19:44:24 2004
+++ poolalloc/test/TEST.strace.Makefile Wed Oct 27 10:49:11 2004
@@ -1,4 +1,4 @@
-##===- test/Programs/TEST.vtl.Makefile ---------------------*- Makefile -*-===##
+##===- poolalloc/TEST.vtl.Makefile -------------------------*- Makefile -*-===##
#
# Makefile for getting performance metrics using Intel's VTune.
#
@@ -6,7 +6,7 @@
TESTNAME = $*
CURDIR := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/test/Programs; pwd)/
+PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
RELDIR := $(subst $(PROGDIR),,$(CURDIR))
STRACE := strace -c -f
More information about the llvm-commits
mailing list