[llvm-commits] CVS: llvm-poolalloc/runtime/PoolAllocator/Makefile PageManager.cpp PageManager.h PoolAllocator.h PoolAllocatorBitMask.cpp

John Criswell criswell at cs.uiuc.edu
Wed May 18 12:56:51 PDT 2005



Changes in directory llvm-poolalloc/runtime/PoolAllocator:

Makefile updated: 1.6 -> 1.7
PageManager.cpp updated: 1.13 -> 1.14
PageManager.h updated: 1.4 -> 1.5
PoolAllocator.h updated: 1.7 -> 1.8
PoolAllocatorBitMask.cpp updated: 1.33 -> 1.34
---
Log message:

Bring all of these files back from the "release_15" merge.














---
Diffs of the changes:  (+9 -0)

 Makefile |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm-poolalloc/runtime/PoolAllocator/Makefile
diff -u /dev/null llvm-poolalloc/runtime/PoolAllocator/Makefile:1.7
--- /dev/null	Wed May 18 14:56:45 2005
+++ llvm-poolalloc/runtime/PoolAllocator/Makefile	Wed May 18 14:56:35 2005
@@ -0,0 +1,9 @@
+LEVEL = ../..
+BYTECODE_LIBRARY=1
+SHARED_LIBRARY=1
+LIBRARYNAME=poolalloc_rt_old
+
+include $(LEVEL)/Makefile.common
+
+# Always build optimized and debug versions
+all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)














More information about the llvm-commits mailing list