[llvm-commits] [poolalloc] r130264 - /poolalloc/trunk/runtime/Makefile

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Apr 26 17:19:12 PDT 2011


Author: aggarwa4
Date: Tue Apr 26 19:19:12 2011
New Revision: 130264

URL: http://llvm.org/viewvc/llvm-project?rev=130264&view=rev
Log:
Update the makefile to also build the dynamic count runtime library.

Modified:
    poolalloc/trunk/runtime/Makefile

Modified: poolalloc/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/runtime/Makefile?rev=130264&r1=130263&r2=130264&view=diff
==============================================================================
--- poolalloc/trunk/runtime/Makefile (original)
+++ poolalloc/trunk/runtime/Makefile Tue Apr 26 19:19:12 2011
@@ -6,6 +6,6 @@
 #
 # List all of the subdirectories that we will compile.
 #
-DIRS=FreeListAllocator FL2Allocator PreRT DynamicTypeChecks
+DIRS=FreeListAllocator FL2Allocator PreRT DynamicTypeChecks DynCount
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list