[llvm-commits] [poolalloc] r138224 - in /poolalloc/trunk: Makefile runtime/Makefile
Will Dietz
wdietz2 at illinois.edu
Sun Aug 21 15:17:33 PDT 2011
Author: wdietz2
Date: Sun Aug 21 17:17:33 2011
New Revision: 138224
URL: http://llvm.org/viewvc/llvm-project?rev=138224&view=rev
Log:
Refine previous commit to only disable DynamicTypeChecks
(until it builds on 32bit)
Modified:
poolalloc/trunk/Makefile
poolalloc/trunk/runtime/Makefile
Modified: poolalloc/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/Makefile?rev=138224&r1=138223&r2=138224&view=diff
==============================================================================
--- poolalloc/trunk/Makefile (original)
+++ poolalloc/trunk/Makefile Sun Aug 21 17:17:33 2011
@@ -10,7 +10,7 @@
#
# Directories that needs to be built.
#
-DIRS = lib tools
+DIRS = lib runtime tools
#
# Include the Master Makefile that knows how to build all.
Modified: poolalloc/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/runtime/Makefile?rev=138224&r1=138223&r2=138224&view=diff
==============================================================================
--- poolalloc/trunk/runtime/Makefile (original)
+++ poolalloc/trunk/runtime/Makefile Sun Aug 21 17:17:33 2011
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=FreeListAllocator FL2Allocator PreRT DynamicTypeChecks DynCount
+DIRS=FreeListAllocator FL2Allocator PreRT DynCount
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list