[llvm-commits] CVS: poolalloc/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Thu Apr 1 13:15:26 PST 2004
Changes in directory poolalloc/autoconf:
configure.ac updated: 1.5 -> 1.6
---
Log message:
Added missing test Makefiles for gathering perfctr and strace statistics.
---
Diffs of the changes: (+3 -0)
Index: poolalloc/autoconf/configure.ac
diff -u poolalloc/autoconf/configure.ac:1.5 poolalloc/autoconf/configure.ac:1.6
--- poolalloc/autoconf/configure.ac:1.5 Tue Mar 2 09:51:20 2004
+++ poolalloc/autoconf/configure.ac Thu Apr 1 13:14:31 2004
@@ -30,6 +30,9 @@
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/TEST.poolalloc.Makefile)
AC_CONFIG_MAKEFILE(test/TEST.pavtl.Makefile)
+AC_CONFIG_MAKEFILE(test/TEST.perf.Makefile)
+AC_CONFIG_MAKEFILE(test/TEST.p4perf.Makefile)
+AC_CONFIG_MAKEFILE(test/TEST.strace.Makefile)
dnl **************************************************************************
dnl * Determine which system we are building on
More information about the llvm-commits
mailing list