Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: tests/spec2k/Makefile.common

Issue 1698523003: Subzero: Add x86-64 to the bots. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Disable Subzero x86-64 translator tests for now Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/buildbot_spec2k.sh ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/Makefile.common
diff --git a/tests/spec2k/Makefile.common b/tests/spec2k/Makefile.common
index 50b217ea164160651bae66750fe17c09d6f15416..b765f586ec1cd68d7d99452507f8ba189dec7af3 100644
--- a/tests/spec2k/Makefile.common
+++ b/tests/spec2k/Makefile.common
@@ -456,6 +456,11 @@ $(IT).pnacl.opt.x8664: $(IT).opt.stripped.pexe
$(PNACL_TRANSLATOR) $(PNACL_FLAGS) $^ -o $@ -arch x86-64
@$(call LOG_TIME_AND_SIZE,$@,$(IT))
+$(IT).pnacl.opt.sz.x8664: $(IT).opt.stripped.pexe
+ $(PNACL_TRANSLATOR) $(PNACL_FLAGS) $(PNACL_SZ_FLAGS) $^ \
+ -o $@ -arch x86-64
+ @$(call LOG_TIME_AND_SIZE,$@,$(IT))
+
$(IT).pnacl_translator.x8664: $(IT).unopt.stripped.pexe
$(PNACL_TRANSLATOR_SB) $(PNACL_FLAGS) $^ -o $@ -arch x86-64
@$(call LOG_TIME_AND_SIZE,$@,$(IT))
@@ -469,6 +474,11 @@ $(IT).pnacl_translator_fast.opt.x8664: $(IT).opt.stripped.pexe
$^ -o $@ -arch x86-64
@$(call LOG_TIME_AND_SIZE,$@,$(IT))
+$(IT).pnacl_translator_fast.opt.sz.x8664: $(IT).opt.stripped.pexe
+ $(PNACL_TRANSLATOR_SB) $(PNACL_FLAGS) $(PNACL_TRANSLATOR_FLAGS_FAST) \
+ $(PNACL_SZ_FLAGS) $^ -o $@ -arch x86-64
+ @$(call LOG_TIME_AND_SIZE,$@,$(IT))
+
$(IT).pnacl_translator_1thread.opt.x8664: $(IT).opt.stripped.pexe
$(PNACL_TRANSLATOR_SB) $(PNACL_FLAGS) $^ -o $@ -arch x86-64 \
-threads=seq
@@ -478,3 +488,8 @@ $(IT).pnacl_translator_fast_1thread.opt.x8664: $(IT).opt.stripped.pexe
$(PNACL_TRANSLATOR_SB) $(PNACL_FLAGS) $(PNACL_TRANSLATOR_FLAGS_FAST) \
$^ -o $@ -arch x86-64 -threads=seq
@$(call LOG_TIME_AND_SIZE,$@,$(IT))
+
+$(IT).pnacl_translator_fast_1thread.opt.sz.x8664: $(IT).opt.stripped.pexe
+ $(PNACL_TRANSLATOR_SB) $(PNACL_FLAGS) $(PNACL_SZ_FLAGS) \
+ $^ -o $@ -arch x86-64 -threads=seq
+ @$(call LOG_TIME_AND_SIZE,$@,$(IT))
« no previous file with comments | « buildbot/buildbot_spec2k.sh ('k') | tests/spec2k/run_all.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698