Skip to content

Commit

Permalink
scripts/build.sh to use LLVM 12.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Babokin committed Apr 20, 2021
1 parent 2a94df7 commit 007b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -41,7 +41,7 @@ scriptPath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Default values are below
ispc_home=${scriptPath}/..
llvm_dir=${ispc_home}/llvm
llvm_version=11.0
llvm_version=12.0
ispc_build=${ispc_home}/build
ispc_install=${ispc_home}/install
speed=4
Expand Down

0 comments on commit 007b84e

Please sign in to comment.