From 6024bbed3cc53bc17a66c38ac454e88e4403ff02 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Tue, 9 Jan 2024 06:09:22 +0100 Subject: [PATCH] rusticl/llvm: do not include spirv-tools/linker.hpp This was left by mistake as we do not cache the linked output. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10404 Fixes: 299f9497758 ("rusticl/meson: generate bindings for LLVM") Signed-off-by: Karol Herbst Part-of: --- src/gallium/frontends/rusticl/rusticl_llvm_bindings.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/rusticl/rusticl_llvm_bindings.hpp b/src/gallium/frontends/rusticl/rusticl_llvm_bindings.hpp index 5aed13b34bb..3633959e9e0 100644 --- a/src/gallium/frontends/rusticl/rusticl_llvm_bindings.hpp +++ b/src/gallium/frontends/rusticl/rusticl_llvm_bindings.hpp @@ -1,4 +1,3 @@ #include #include #include -#include