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

Unified Diff: tests/spec2k/run_all.sh

Issue 1412503002: PNaCl. Enables Unsandboxed nonsfi ARM32. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 2 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
Index: tests/spec2k/run_all.sh
diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
index 0afcbd14bf364e2fce460815a6b990a7994e4365..a7dc631b07ee57f1d36703ef79a54844edbe9cf7 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -173,6 +173,23 @@ SetupLlvmX8664Opt() {
SUFFIX=llvm.opt.x8664
}
+
+#@
+#@ SetupLlvmX32
+#@ use system compiler for x32
+SetupLlvmX32() {
+ PREFIX=
+ SUFFIX=llvm.x32
+}
+
+#@
+#@ SetupLlvmX8664Opt
+#@ use system compiler for x86-64 with optimization
+SetupLlvmX32Opt() {
+ PREFIX=
+ SUFFIX=llvm.opt.x32
+}
+
#@
#@ SetupLlvmArm
#@ use system compiler for ARM
@@ -442,7 +459,7 @@ SetupGccArm() {
#@ use gcc cross compiler
SetupGccArmOpt() {
PREFIX="${QEMU_TOOL}"
- SUFFIX=gcc.opt.arm
+ SUFFIX=gcc.opt.arm32
}
SetupPnaclArmCommon() {

Powered by Google App Engine
This is Rietveld 408576698