[llvm-commits] CVS: poolalloc/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Tue Nov 11 12:04:01 PST 2003
Changes in directory poolalloc/autoconf:
configure.ac updated: 1.3 -> 1.4
---
Log message:
Add the Free List Pool Allocator to the list of stuff to compile.
---
Diffs of the changes: (+1 -0)
Index: poolalloc/autoconf/configure.ac
diff -u poolalloc/autoconf/configure.ac:1.3 poolalloc/autoconf/configure.ac:1.4
--- poolalloc/autoconf/configure.ac:1.3 Tue Sep 30 11:31:25 2003
+++ poolalloc/autoconf/configure.ac Tue Nov 11 12:03:08 2003
@@ -26,6 +26,7 @@
AC_CONFIG_MAKEFILE(lib/PoolAllocate/Makefile)
AC_CONFIG_MAKEFILE(runtime/Makefile)
AC_CONFIG_MAKEFILE(runtime/PoolAllocator/Makefile)
+AC_CONFIG_MAKEFILE(runtime/FreeListAllocator/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/TEST.poolalloc.Makefile)
More information about the llvm-commits
mailing list