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

Author: Karol Herbst <kher...@redhat.com>
Date:   Tue Jan  9 06:09:22 2024 +0100

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 <kher...@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26943>

---

 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 <clang/Basic/Version.h>
 #include <llvm/IR/LLVMContext.h>
 #include <LLVMSPIRVLib/LLVMSPIRVLib.h>
-#include <spirv-tools/linker.hpp>

Reply via email to