[llvm-commits] CVS: poolalloc/configure

John Criswell criswell at cs.uiuc.edu
Tue Mar 2 09:55:29 PST 2004


Changes in directory poolalloc:

configure updated: 1.5 -> 1.6

---
Log message:

Added TEST.pavtl.Makefile for running vtune tests specific to pool
allocation.



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

Index: poolalloc/configure
diff -u poolalloc/configure:1.5 poolalloc/configure:1.6
--- poolalloc/configure:1.5	Tue Nov 11 12:03:06 2003
+++ poolalloc/configure	Tue Mar  2 09:51:18 2004
@@ -1254,6 +1254,9 @@
           ac_config_commands="$ac_config_commands test/TEST.poolalloc.Makefile"
 
 
+          ac_config_commands="$ac_config_commands test/TEST.pavtl.Makefile"
+
+
 
 
 
@@ -1844,6 +1847,7 @@
 ${srcdir}/autoconf/mkinstalldirs `dirname runtime/FreeListAllocator/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.poolalloc.Makefile`
+${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.pavtl.Makefile`
 
 _ACEOF
 
@@ -1863,6 +1867,7 @@
   "runtime/FreeListAllocator/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/FreeListAllocator/Makefile" ;;
   "test/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;;
   "test/TEST.poolalloc.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.poolalloc.Makefile" ;;
+  "test/TEST.pavtl.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.pavtl.Makefile" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
@@ -2215,6 +2220,7 @@
     runtime/FreeListAllocator/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/FreeListAllocator/Makefile runtime/FreeListAllocator/Makefile ;;
     test/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile test/Makefile ;;
     test/TEST.poolalloc.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.poolalloc.Makefile test/TEST.poolalloc.Makefile ;;
+    test/TEST.pavtl.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.pavtl.Makefile test/TEST.pavtl.Makefile ;;
   esac
 done
 _ACEOF





More information about the llvm-commits mailing list