Skip to content

Commit

Permalink
Update setup.sh to LLVM-3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed May 5, 2016
1 parent 8ef26ad commit d0ef3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ echo "Setting up environment for PTA"


#########PATH FOR LLVM (do not recommand to change it)##############
llvm_version=3.7.0
llvm_version=3.8.0
export LLVM_HOME=/home/ysui/llvm-$llvm_version
export LLVM_SRC_ROOT=$LLVM_HOME/llvm-$llvm_version.src
export LLVM_OBJ_ROOT=$LLVM_HOME/llvm-$llvm_version.obj
Expand Down

0 comments on commit d0ef3d0

Please sign in to comment.