Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-07-29 13:08:51 +0300
committerBastien Montagne <bastien@blender.org>2021-07-29 18:00:48 +0300
commitbd2bfa469f9549af1eb498d2000816bb504036da (patch)
tree52bde6f1c4d8060b4656f8b59fec2af8ac410435 /build_files
parent12d93e44d02fd852d1dcdb9c05874490c7dad717 (diff)
install_deps: Update llvm to 12.0 (with minimal now being 11.0).
Ref T88438.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 177a13616f3..40f764bd644 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -482,10 +482,10 @@ OIIO_FORCE_BUILD=false
OIIO_FORCE_REBUILD=false
OIIO_SKIP=false
-LLVM_VERSION="9.0.1"
-LLVM_VERSION_SHORT="9.0"
-LLVM_VERSION_MIN="6.0"
-LLVM_VERSION_MAX="12.0"
+LLVM_VERSION="12.0.0"
+LLVM_VERSION_SHORT="12.0"
+LLVM_VERSION_MIN="11.0"
+LLVM_VERSION_MAX="13.0"
LLVM_VERSION_FOUND=""
LLVM_FORCE_BUILD=false
LLVM_FORCE_REBUILD=false