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

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



Changes in directory llvm-poolalloc/runtime/FL2Allocator:

Makefile updated: 1.4 -> 1.5
PoolAllocator.cpp updated: 1.47 -> 1.48
PoolAllocator.h updated: 1.24 -> 1.25
---
Log message:

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











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

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


Index: llvm-poolalloc/runtime/FL2Allocator/Makefile
diff -u /dev/null llvm-poolalloc/runtime/FL2Allocator/Makefile:1.5
--- /dev/null	Wed May 18 14:56:41 2005
+++ llvm-poolalloc/runtime/FL2Allocator/Makefile	Wed May 18 14:56:30 2005
@@ -0,0 +1,8 @@
+LEVEL = ../..
+SHARED_LIBRARY=1
+LIBRARYNAME=poolalloc_rt
+
+CXXFLAGS += -fno-exceptions
+
+include $(LEVEL)/Makefile.common
+










More information about the llvm-commits mailing list