[Bf-blender-cvs] [bd2bfa469f9] master: install_deps: Update llvm to 12.0 (with minimal now being 11.0).

Bastien Montagne noreply at git.blender.org
Thu Jul 29 17:00:58 CEST 2021


Commit: bd2bfa469f9549af1eb498d2000816bb504036da
Author: Bastien Montagne
Date:   Thu Jul 29 12:08:51 2021 +0200
Branches: master
https://developer.blender.org/rBbd2bfa469f9549af1eb498d2000816bb504036da

install_deps: Update llvm to 12.0 (with minimal now being 11.0).

Ref T88438.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

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



More information about the Bf-blender-cvs mailing list