[llvm-commits] CVS: poolalloc/runtime/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 25 13:46:00 PST 2003
Changes in directory poolalloc/runtime:
Makefile updated: 1.3 -> 1.4
---
Log message:
Add FL2Allocator runtime
---
Diffs of the changes: (+1 -1)
Index: poolalloc/runtime/Makefile
diff -u poolalloc/runtime/Makefile:1.3 poolalloc/runtime/Makefile:1.4
--- poolalloc/runtime/Makefile:1.3 Tue Nov 11 11:33:44 2003
+++ poolalloc/runtime/Makefile Thu Dec 25 13:45:09 2003
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=PoolAllocator FreeListAllocator
+DIRS=PoolAllocator FreeListAllocator FL2Allocator
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list