[llvm-commits] CVS: llvm-poolalloc/runtime/Makefile
Dinakar Dhurjati
dhurjati at cs.uiuc.edu
Thu Dec 22 08:52:11 PST 2005
Changes in directory llvm-poolalloc/runtime:
Makefile updated: 1.8 -> 1.9
---
Log message:
added safecode runtime
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-poolalloc/runtime/Makefile
diff -u llvm-poolalloc/runtime/Makefile:1.8 llvm-poolalloc/runtime/Makefile:1.9
--- llvm-poolalloc/runtime/Makefile:1.8 Wed May 18 14:56:29 2005
+++ llvm-poolalloc/runtime/Makefile Thu Dec 22 10:51:59 2005
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=PoolAllocator FreeListAllocator FL2Allocator
+DIRS=SafePoolAllocator PoolAllocator FreeListAllocator FL2Allocator
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list