[llvm-commits] CVS: llvm-poolalloc/runtime/BoundsCheckAllocator/Makefile
Dinakar Dhurjati
dhurjati at cs.uiuc.edu
Thu Dec 22 08:43:05 PST 2005
Changes in directory llvm-poolalloc/runtime/BoundsCheckAllocator:
Makefile added (r1.1)
---
Log message:
*** empty log message ***
---
Diffs of the changes: (+8 -0)
Makefile | 8 ++++++++
1 files changed, 8 insertions(+)
Index: llvm-poolalloc/runtime/BoundsCheckAllocator/Makefile
diff -c /dev/null llvm-poolalloc/runtime/BoundsCheckAllocator/Makefile:1.1
*** /dev/null Thu Dec 22 10:43:04 2005
--- llvm-poolalloc/runtime/BoundsCheckAllocator/Makefile Thu Dec 22 10:42:54 2005
***************
*** 0 ****
--- 1,8 ----
+ LEVEL = ../..
+ SHARED_LIBRARY=1
+ LIBRARYNAME=poolalloc_splay_rt
+
+ CXXFLAGS += -fno-exceptions
+
+ include $(LEVEL)/Makefile.common
+
More information about the llvm-commits
mailing list