Skip to content
Snippets Groups Projects
Commit 9281563f authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Fixing errors in llvm_installer.sh

parent dcab690b
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ make -j$NUM_THREADS ...@@ -182,7 +182,7 @@ make -j$NUM_THREADS
#make install #make install
if [ -x $BUILD_DIR/tools/hpvm/projects/$HPVM_RT ]; then if [ -f $BUILD_DIR/tools/hpvm/projects/$HPVM_RT ]; then
true true
else else
echo HPVM not installed properly. echo HPVM not installed properly.
......
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