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() { |