[Mesa-dev] [PATCH v2 10/14] Android: drop LLVM support on Lollipop
Rob Herring
robh at kernel.org
Wed May 3 19:35:22 UTC 2017
Mesa no longer supports LLVM 3.5 for any targets we support.
Android-x86 adds support for llvmpipe which could work, but android-x86
for L is using mesa 11.0 anyway.
Dropping this support enables clean-up of libelf dependencies.
Signed-off-by: Rob Herring <robh at kernel.org>
Reviewed-by: Chih-Wei Huang <cwhuang at linux.org.tw>
---
Android.common.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Android.common.mk b/Android.common.mk
index c9ec9ca66990..2cd4c1eef4bb 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -84,10 +84,6 @@ endif
endif
ifeq ($(MESA_ENABLE_LLVM),true)
- ifeq ($(MESA_ANDROID_MAJOR_VERSION),5)
- LOCAL_CFLAGS += -DHAVE_LLVM=0x0305 -DMESA_LLVM_VERSION_PATCH=2
- ELF_INCLUDES := external/elfutils/0.153/libelf
- endif
ifeq ($(MESA_ANDROID_MAJOR_VERSION),6)
LOCAL_CFLAGS += -DHAVE_LLVM=0x0307 -DMESA_LLVM_VERSION_PATCH=0
ELF_INCLUDES := external/elfutils/src/libelf
--
2.11.0
More information about the mesa-dev
mailing list