From b71c75f73c5c359898b092044e9a173dc2112b40 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Thu, 16 Jan 2020 01:31:36 -0600
Subject: [PATCH] Making minor changes to llvm_installer.sh

---
 hpvm/llvm_installer/llvm_installer.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hpvm/llvm_installer/llvm_installer.sh b/hpvm/llvm_installer/llvm_installer.sh
index 1740e84f8d..6912c51f11 100755
--- a/hpvm/llvm_installer/llvm_installer.sh
+++ b/hpvm/llvm_installer/llvm_installer.sh
@@ -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"
 
 
-- 
GitLab