[llvm-commits] CVS: llvm-poolalloc/runtime/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 22 11:35:34 PST 2005



Changes in directory llvm-poolalloc/runtime:

Makefile updated: 1.4 -> 1.5
---
Log message:

Build the ptrcompression 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.4 llvm-poolalloc/runtime/Makefile:1.5
--- llvm-poolalloc/runtime/Makefile:1.4	Thu Dec 25 13:45:09 2003
+++ llvm-poolalloc/runtime/Makefile	Tue Feb 22 13:35:20 2005
@@ -6,6 +6,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=PoolAllocator FreeListAllocator FL2Allocator
+DIRS=PoolAllocator FreeListAllocator FL2Allocator PtrCompAllocator
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list