[llvm-commits] CVS: poolalloc/test/TEST.p4perf.Makefile TEST.pavtl.Makefile TEST.perf.Makefile TEST.poolalloc.Makefile TEST.strace.Makefile

John Criswell criswell at cs.uiuc.edu
Thu Oct 28 11:17:48 PDT 2004



Changes in directory poolalloc/test:

TEST.p4perf.Makefile updated: 1.5 -> 1.6
TEST.pavtl.Makefile updated: 1.9 -> 1.10
TEST.perf.Makefile updated: 1.9 -> 1.10
TEST.poolalloc.Makefile updated: 1.24 -> 1.25
TEST.strace.Makefile updated: 1.4 -> 1.5

---
Log message:

Correct path to LLVM test suite.
Correct spelling of strace.


---
Diffs of the changes:  (+6 -6)

Index: poolalloc/test/TEST.p4perf.Makefile
diff -u poolalloc/test/TEST.p4perf.Makefile:1.5 poolalloc/test/TEST.p4perf.Makefile:1.6
--- poolalloc/test/TEST.p4perf.Makefile:1.5	Wed Oct 27 10:49:11 2004
+++ poolalloc/test/TEST.p4perf.Makefile	Thu Oct 28 13:17:37 2004
@@ -6,7 +6,7 @@
 
 TESTNAME = $*
 CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
+PROGDIR := $(shell cd $(LLVM_OBJ_ROOT)/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.9 poolalloc/test/TEST.pavtl.Makefile:1.10
--- poolalloc/test/TEST.pavtl.Makefile:1.9	Wed Oct 27 10:49:11 2004
+++ poolalloc/test/TEST.pavtl.Makefile	Thu Oct 28 13:17:37 2004
@@ -6,7 +6,7 @@
 
 TESTNAME = $*
 CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
+PROGDIR := $(shell cd $(LLVM_OBJ_ROOT)/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.9 poolalloc/test/TEST.perf.Makefile:1.10
--- poolalloc/test/TEST.perf.Makefile:1.9	Wed Oct 27 10:49:11 2004
+++ poolalloc/test/TEST.perf.Makefile	Thu Oct 28 13:17:37 2004
@@ -6,7 +6,7 @@
 
 TESTNAME = $*
 CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
+PROGDIR := $(shell cd $(LLVM_OBJ_ROOT)/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.24 poolalloc/test/TEST.poolalloc.Makefile:1.25
--- poolalloc/test/TEST.poolalloc.Makefile:1.24	Wed Oct 27 10:49:11 2004
+++ poolalloc/test/TEST.poolalloc.Makefile	Thu Oct 28 13:17:37 2004
@@ -17,7 +17,7 @@
 
 
 CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
+PROGDIR := $(shell cd $(LLVM_OBJ_ROOT)/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.4 poolalloc/test/TEST.strace.Makefile:1.5
--- poolalloc/test/TEST.strace.Makefile:1.4	Thu Oct 28 12:48:07 2004
+++ poolalloc/test/TEST.strace.Makefile	Thu Oct 28 13:17:37 2004
@@ -1,4 +1,4 @@
-##===- poolalloc/TEST.stract.Makefile ----------------------*- Makefile -*-===##
+##===- poolalloc/TEST.strace.Makefile ----------------------*- Makefile -*-===##
 #
 # Makefile for measuring system call activity with strace
 #
@@ -6,7 +6,7 @@
 
 TESTNAME = $*
 CURDIR  := $(shell cd .; pwd)
-PROGDIR := $(shell cd $(LEVEL)/projects/llvm-test; pwd)/
+PROGDIR := $(shell cd $(LLVM_OBJ_ROOT)/projects/llvm-test; pwd)/
 RELDIR  := $(subst $(PROGDIR),,$(CURDIR))
 
 STRACE := strace -c -f





More information about the llvm-commits mailing list