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

Unified Diff: crosstest/runtests.sh

Issue 321993002: Add a few Subzero intrinsics (not the atomic ones yet). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: add variable length version too Created 6 years, 6 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/mem_intrin_main.cpp ('k') | src/IceGlobalContext.h » ('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 4ba208fe6dd571fcb72e4c6cac0d355a50f639dc..4315c769a1f677f681d4d62e44fc2e1c0c978146 100755
--- a/crosstest/runtests.sh
+++ b/crosstest/runtests.sh
@@ -48,6 +48,13 @@ for optlevel in ${OPTLEVELS} ; do
--driver=test_arith_main.cpp \
--output=test_arith_O${optlevel}
+ ./crosstest.py -O${optlevel} --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}
+
done
for optlevel in ${OPTLEVELS} ; do
@@ -56,4 +63,5 @@ for optlevel in ${OPTLEVELS} ; do
"${OUTDIR}"/test_fcmp_O${optlevel}
"${OUTDIR}"/test_icmp_O${optlevel}
"${OUTDIR}"/test_arith_O${optlevel}
+ "${OUTDIR}"/mem_intrin_O${optlevel}
jvoung (off chromium) 2014/06/16 20:51:59 Should I put "test_" prefix? Keep it sorted?
Jim Stichnoth 2014/06/16 23:05:16 I guess I have no real preference here (except to
jvoung (off chromium) 2014/06/17 17:36:18 Alright, I'll leave the filename alone for now, to
done
« no previous file with comments | « crosstest/mem_intrin_main.cpp ('k') | src/IceGlobalContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698