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

Unified Diff: crosstest/runtests.sh

Issue 525603002: Subzero: Remove the need for a separate NaCl SDK. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix up some path issues Created 6 years, 3 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 | « crosstest/crosstest.py ('k') | pydir/build-pnacl-ir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/runtests.sh
diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh
index eedb3b38f7cf6d83742dc965f0460646f3c1134f..cc353ab2d9d57275f80ee6fbd9fd23712e08ddaa 100755
--- a/crosstest/runtests.sh
+++ b/crosstest/runtests.sh
@@ -19,7 +19,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=simple_loop.c \
--driver=simple_loop_main.c \
--output=simple_loop_O${optlevel}_${attribute}
@@ -28,7 +27,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=mem_intrin.cpp \
--driver=mem_intrin_main.cpp \
--output=mem_intrin_O${optlevel}_${attribute}
@@ -37,7 +35,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_arith.cpp \
--test=test_arith_frem.ll \
--test=test_arith_sqrt.ll \
@@ -48,7 +45,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_bitmanip.cpp --test=test_bitmanip_intrin.ll \
--driver=test_bitmanip_main.cpp \
--output=test_bitmanip_O${optlevel}_${attribute}
@@ -56,7 +52,6 @@ for optlevel in ${OPTLEVELS} ; do
./crosstest.py -O${optlevel} --mattr ${attribute} \
--prefix=Subzero_ --target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_calling_conv.cpp \
--driver=test_calling_conv_main.cpp \
--output=test_calling_conv_O${optlevel}_${attribute}
@@ -65,7 +60,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_cast.cpp --test=test_cast_to_u1.ll \
--driver=test_cast_main.cpp \
--output=test_cast_O${optlevel}_${attribute}
@@ -74,7 +68,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_fcmp.pnacl.ll \
--driver=test_fcmp_main.cpp \
--output=test_fcmp_O${optlevel}_${attribute}
@@ -83,7 +76,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_global.cpp \
--driver=test_global_main.cpp \
--output=test_global_O${optlevel}_${attribute}
@@ -92,7 +84,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_icmp.cpp --test=test_icmp_i1vec.ll \
--driver=test_icmp_main.cpp \
--output=test_icmp_O${optlevel}_${attribute}
@@ -101,7 +92,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_select.ll \
--driver=test_select_main.cpp \
--output=test_select_O${optlevel}_${attribute}
@@ -110,7 +100,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_stacksave.c \
--driver=test_stacksave_main.c \
--output=test_stacksave_O${optlevel}_${attribute}
@@ -122,7 +111,6 @@ for optlevel in ${OPTLEVELS} ; do
--prefix=Subzero_ \
--target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_sync_atomic.cpp \
--crosstest-bitcode=0 \
--driver=test_sync_atomic_main.cpp \
@@ -131,7 +119,6 @@ for optlevel in ${OPTLEVELS} ; do
./crosstest.py -O${optlevel} --mattr ${attribute} \
--prefix=Subzero_ --target=x8632 \
--dir="${OUTDIR}" \
- --llvm-bin-path="${LLVM_BIN_PATH}" \
--test=test_vector_ops.ll \
--driver=test_vector_ops_main.cpp \
--output=test_vector_ops_O${optlevel}_${attribute}
« no previous file with comments | « crosstest/crosstest.py ('k') | pydir/build-pnacl-ir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698