From dad5568e2658052c5eab0a7952fffd5431d26896 Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Tue, 28 Jan 2020 19:24:44 -0600 Subject: [PATCH] Minor fixes in installer and test scripts --- hpvm/scripts/automate_tests.sh | 1 + hpvm/scripts/llvm_installer.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hpvm/scripts/automate_tests.sh b/hpvm/scripts/automate_tests.sh index 565d207547..e3b63dba82 100644 --- a/hpvm/scripts/automate_tests.sh +++ b/hpvm/scripts/automate_tests.sh @@ -2,6 +2,7 @@ CURRENT_DIR=`pwd` BUILD_DIR=$CURRENT_DIR/build +HPVM_RT=hpvm-rt/hpvmrt.bc if [ -x $BUILD_DIR/tools/hpvm/projects/$HPVM_RT ]; then true diff --git a/hpvm/scripts/llvm_installer.sh b/hpvm/scripts/llvm_installer.sh index f878ae077c..734023529d 100755 --- a/hpvm/scripts/llvm_installer.sh +++ b/hpvm/scripts/llvm_installer.sh @@ -19,7 +19,7 @@ LLVM_SRC="llvm-$VERSION.src" LIBCXX_SRC="libcxx-$VERSION.src" LIBCXXABI_SRC="libcxxabi-$VERSION.src" -HPVM_RT=hpvm-rt.bc +HPVM_RT=hpvm-rt/hpvm-rt.bc AUTOMATE="y" @@ -92,7 +92,7 @@ cd $CURRENT_DIR if [ -d $CURRENT_DIR/$LLVM_SRC/projects ]; then cd $CURRENT_DIR/$LLVM_SRC/projects else - echo Fail! Something is wrong wint $LLVM_SRC. + echo Fail! Something is wrong with $LLVM_SRC. exit 1 fi -- GitLab