[llvm-commits] [poolalloc] r128795 - /poolalloc/trunk/runtime/Makefile
Brice Lin
Brice.Lin at gmail.com
Sun Apr 3 13:03:41 PDT 2011
Author: bglin2
Date: Sun Apr 3 15:03:40 2011
New Revision: 128795
URL: http://llvm.org/viewvc/llvm-project?rev=128795&view=rev
Log:
Renamed runtime directory TypeTrack to DynamicTypeChecks.
Modified:
poolalloc/trunk/runtime/Makefile
Modified: poolalloc/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/runtime/Makefile?rev=128795&r1=128794&r2=128795&view=diff
==============================================================================
--- poolalloc/trunk/runtime/Makefile (original)
+++ poolalloc/trunk/runtime/Makefile Sun Apr 3 15:03:40 2011
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=FreeListAllocator FL2Allocator PreRT TypeTrack
+DIRS=FreeListAllocator FL2Allocator PreRT DynamicTypeChecks
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list