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

Making minor changes to llvm_installer.sh

parent a39aedcc
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ CURRENT_DIR=`pwd`
INSTALL_DIR=`pwd`/install
BUILD_DIR=$CURRENT_DIR/$LLVM_SRC/build
NUM_THREADS=12
NUM_THREADS=16
SUFFIX=".tar.xz"
CLANG_SRC="cfe-$VERSION.src"
......@@ -178,7 +178,5 @@ else
fi
cd $CURRENT_DIR
echo "Add $INSTALL_DIR/bin to PATH variable."
export PATH="$INSTALL_DIR/bin:$PATH"
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