Mesa (main): AOSP: Upgrade libLLVM dependency to v12

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Aug 16 09:19:42 UTC 2021


Module: Mesa
Branch: main
Commit: c3775ac50740161b28bd04cb0c07d739d8db3a2f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3775ac50740161b28bd04cb0c07d739d8db3a2f

Author: Roman Stratiienko <r.stratiienko at gmail.com>
Date:   Tue Aug 10 13:14:22 2021 +0300

AOSP: Upgrade libLLVM dependency to v12

Now LLVMv12 seems to be stable enough, so we can upgrade to it.

Version adapted for AOSP can be found here [1]

[1]: https://github.com/maurossi/llvm-project/tree/release_12.x

Signed-off-by: Roman Stratiienko <r.stratiienko at gmail.com>
Tested-by: Mauro Rossi <issor.oruam at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12304>

---

 android/Android.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/Android.mk b/android/Android.mk
index ed310929a29..b7ced24d07b 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -74,10 +74,10 @@ MESON_GEN_PKGCONFIGS += libdrm_nouveau:$(LIBDRM_VERSION)
 endif
 
 ifneq ($(MESON_GEN_LLVM_STUB),)
-MESON_LLVM_VERSION := 11.0.0
+MESON_LLVM_VERSION := 12.0.0
 # Required for swr gallium target
 MESON_LLVM_IRBUILDER_PATH := external/llvm-project/llvm/include/llvm/IR/IRBuilder.h
-LOCAL_SHARED_LIBRARIES += libLLVM11
+LOCAL_SHARED_LIBRARIES += libLLVM12
 endif
 
 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 30; echo $$?), 0)



More information about the mesa-commit mailing list