| Index: tests/spec2k/run_all.sh
|
| diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
|
| index ce7c95b1a7574aa8472f871f8ad6314cdb83049b..78f5e24205f9cb916dbceadf538b1856ff0b844a 100755
|
| --- a/tests/spec2k/run_all.sh
|
| +++ b/tests/spec2k/run_all.sh
|
| @@ -294,6 +294,14 @@ SetupPnaclX8664Opt() {
|
| }
|
|
|
| #@
|
| +#@ SetupPnaclX8664OptSz
|
| +#@ use pnacl x86-64 compiler (with lto) plus Subzero
|
| +SetupPnaclX8664OptSz() {
|
| + SetupPnaclX8664Common
|
| + SUFFIX=pnacl.opt.sz.x8664
|
| +}
|
| +
|
| +#@
|
| #@ SetupPnaclX8664ZBSOpt
|
| #@ use pnacl x86-64 compiler (with lto)
|
| #@ use x86-64 zero-based sandbox
|
| @@ -330,6 +338,14 @@ SetupPnaclTranslatorFastX8664Opt() {
|
| }
|
|
|
| #@
|
| +#@ SetupPnaclTranslatorFastX8664OptSz
|
| +#@ use pnacl x8664 Subzero translator (with lto)
|
| +SetupPnaclTranslatorFastX8664OptSz() {
|
| + SetupPnaclX8664Common
|
| + SUFFIX=pnacl_translator_fast.opt.sz.x8664
|
| +}
|
| +
|
| +#@
|
| #@ SetupPnaclTranslator1ThreadX8664Opt
|
| #@ use pnacl x8664 translator (with lto). Compile w/ 1 thread.
|
| SetupPnaclTranslator1ThreadX8664Opt() {
|
| @@ -345,6 +361,14 @@ SetupPnaclTranslatorFast1ThreadX8664Opt() {
|
| SUFFIX=pnacl_translator_fast_1thread.opt.x8664
|
| }
|
|
|
| +#@
|
| +#@ SetupPnaclTranslatorFast1ThreadX8664OptSz
|
| +#@ use pnacl x8664 Subzero translator (with lto). Compile w/ 1 thread.
|
| +SetupPnaclTranslatorFast1ThreadX8664OptSz() {
|
| + SetupPnaclX8664Common
|
| + SUFFIX=pnacl_translator_fast_1thread.opt.sz.x8664
|
| +}
|
| +
|
| SetupPnaclX8632Common() {
|
| SetupSelLdr x86-32
|
| }
|
|
|