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

Updated LLVM installer script to fix paths to visc-rt

parent c25cc56a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ URL="http://releases.llvm.org"
WGET=wget
cd ..
CURRENT_DIR=`pwd`
INSTALL_DIR=`pwd`/install
......@@ -144,7 +143,7 @@ HPVM_DIR=$CURRENT_DIR/$LLVM_SRC/tools/hpvm
cp $CURRENT_DIR/CMakeLists.txt $HPVM_DIR
cp -r $CURRENT_DIR/include $HPVM_DIR/
cp -r $CURRENT_DIR/lib $HPVM_DIR/
cp -r $CURRENT_DIR/visc-rt $HPVM_DIR/
cp -r $CURRENT_DIR/projects $HPVM_DIR/
cp -r $CURRENT_DIR/test $HPVM_DIR/
ls $HPVM_DIR
......
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