[llvm-commits] CVS: llvm-poolalloc/runtime/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Dec 22 10:04:46 PST 2005
Changes in directory llvm-poolalloc/runtime:
Makefile updated: 1.9 -> 1.10
---
Log message:
Removed the SAFECode pool allocator 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.9 llvm-poolalloc/runtime/Makefile:1.10
--- llvm-poolalloc/runtime/Makefile:1.9 Thu Dec 22 10:51:59 2005
+++ llvm-poolalloc/runtime/Makefile Thu Dec 22 12:04:25 2005
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=SafePoolAllocator PoolAllocator FreeListAllocator FL2Allocator
+DIRS=PoolAllocator FreeListAllocator FL2Allocator
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list