[vmkit-commits] [vmkit] r180351 - Updated Dacapo Tests.

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:02:11 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:00:27 2013
New Revision: 180351

URL: http://llvm.org/viewvc/llvm-project?rev=180351&view=rev
Log:
Updated Dacapo Tests.
(cherry picked from commit 64b467204e1acac66c9815844e1a45a67dfd5a30)

Modified:
    vmkit/trunk/.project
    vmkit/trunk/tests/dacapo/Makefile.inc

Modified: vmkit/trunk/.project
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/.project?rev=180351&r1=180350&r2=180351&view=diff
==============================================================================
--- vmkit/trunk/.project (original)
+++ vmkit/trunk/.project Thu Apr 25 12:00:27 2013
@@ -24,13 +24,17 @@
 				</dictionary>
 				<dictionary>
 					<key>org.eclipse.cdt.make.core.buildArguments</key>
-					<value>-j12 ENABLE_OPTIMIZED=0 REQUIRES_FRAME_POINTER=1 KEEP_SYMBOLS=1 DEBUG_RUNTIME=1 DEBUG_SYMBOLS=1</value>
+					<value>-j12 ENABLE_OPTIMIZED=1 REQUIRES_FRAME_POINTER=1</value>
 				</dictionary>
 				<dictionary>
 					<key>org.eclipse.cdt.make.core.buildCommand</key>
 					<value>make</value>
 				</dictionary>
 				<dictionary>
+					<key>org.eclipse.cdt.make.core.buildLocation</key>
+					<value>${workspace_loc:/vmkit2}</value>
+				</dictionary>
+				<dictionary>
 					<key>org.eclipse.cdt.make.core.contents</key>
 					<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
 				</dictionary>

Modified: vmkit/trunk/tests/dacapo/Makefile.inc
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tests/dacapo/Makefile.inc?rev=180351&r1=180350&r2=180351&view=diff
==============================================================================
--- vmkit/trunk/tests/dacapo/Makefile.inc (original)
+++ vmkit/trunk/tests/dacapo/Makefile.inc Thu Apr 25 12:00:27 2013
@@ -1,6 +1,10 @@
+ifdef DEBUG
+	BUILD_MODE	:= Debug+Asserts
+else
+	BUILD_MODE	:= Release+Asserts
+endif
+
 TEMP_LEVEL			:= ../..
-BUILD_MODE			:= Release+Asserts
-# BUILD_MODE		:= Debug+Asserts
 DACAPO				:= $(PWD)/$(LEVEL)/jars/dacapo-$(DACAPO_VERSION).jar
 LOG_DIR				:= $(LEVEL)/logs
 LOG_DIR_FROM_TEMP	:= $(PWD)/$(LOG_DIR)





More information about the vmkit-commits mailing list