| Index: crosstest/runtests.sh
|
| diff --git a/crosstest/runtests.sh b/crosstest/runtests.sh
|
| index 4ba208fe6dd571fcb72e4c6cac0d355a50f639dc..d8a166cb279b90c59fff7470ddd1c571a0dd62a6 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.c \
|
| + --driver=mem_intrin_main.c \
|
| + --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}
|
| done
|
|
|