Skip to content
Snippets Groups Projects
Commit dad5568e authored by Akash Kothari's avatar Akash Kothari
Browse files

Minor fixes in installer and test scripts

parent 8a4c1734
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment