From a5373e65e813fa95607d0a01bb34835ca12fdcc6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Oct 2021 11:33:21 -0700 Subject: mesa: Drop clang13.patch It is fixed in 21.2.4 release of mesa already Signed-off-by: Khem Raj --- recipes-graphics/mesa/mesa/clang13.patch | 15 --------------- recipes-graphics/mesa/mesa_%.bbappend | 2 -- 2 files changed, 17 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa/clang13.patch diff --git a/recipes-graphics/mesa/mesa/clang13.patch b/recipes-graphics/mesa/mesa/clang13.patch deleted file mode 100644 index 8387b34..0000000 --- a/recipes-graphics/mesa/mesa/clang13.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -+++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp -@@ -351,8 +351,12 @@ lp_build_create_jit_compiler_for_module( - */ - TargetOptions options; - #if defined(PIPE_ARCH_X86) -+#if LLVM_VERSION_MAJOR >= 13 -+ // do nothing -+#else - options.StackAlignmentOverride = 4; - #endif -+#endif - - builder.setEngineKind(EngineKind::JIT) - .setErrorStr(&Error) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 492d25e..74888ba 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:append:toolchain-clang = " file://clang13.patch " - LDFLAGS:append:toolchain-clang = " -latomic -lm" DEPENDS:append:toolchain-clang = " libatomic-ops" -- cgit v1.2.3-54-g00ecf