From cc855dd181460ce6c62f0c519b2bdf96f6dc2eab Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 18 Sep 2017 02:26:50 -0400 Subject: [PATCH] Update cryptest-android.sh file with LLVM --- TestScripts/cryptest-android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestScripts/cryptest-android.sh b/TestScripts/cryptest-android.sh index ccd6713f..06c204b5 100755 --- a/TestScripts/cryptest-android.sh +++ b/TestScripts/cryptest-android.sh @@ -11,7 +11,7 @@ # ==================================================================== PLATFORMS=(armeabi armeabi-v7a armeabi-v7a-hard armv7a-neon aarch64 mipsel x86 x86_64) -RUNTIMES=(stlport-static stlport-shared gabi++-static gabi++-shared) +RUNTIMES=(gnu-static gnu-shared llvm-static llvm-shared stlport-static stlport-shared) for platform in ${PLATFORMS[@]} do for runtime in ${RUNTIMES[@]} @@ -20,7 +20,7 @@ do MESSAGE="Testing for Android support of $platform using $runtime" LEN=${#MESSAGE} - HEADER=$(seq -f "*" -s '' $LEN) + HEADER=$(seq -f "*" -s '' $LEN) echo echo "$HEADER"