commit: b0030fa6fa9c74ac1acb13fdccd2398680d783c0 Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com> AuthorDate: Sun Mar 10 21:53:28 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Sun Mar 10 21:55:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0030fa6
dev-util/DirectXShaderCompiler: add patch comment Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com> .../files/DirectXShaderCompiler-1.7.2212-fix-changes-meaning.patch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/DirectXShaderCompiler/files/DirectXShaderCompiler-1.7.2212-fix-changes-meaning.patch b/dev-util/DirectXShaderCompiler/files/DirectXShaderCompiler-1.7.2212-fix-changes-meaning.patch index f1523bf608..6a6e4f8bb4 100644 --- a/dev-util/DirectXShaderCompiler/files/DirectXShaderCompiler-1.7.2212-fix-changes-meaning.patch +++ b/dev-util/DirectXShaderCompiler/files/DirectXShaderCompiler-1.7.2212-fix-changes-meaning.patch @@ -1,3 +1,7 @@ +# related: +# https://bugs.gentoo.org/905173 +# https://github.com/microsoft/DirectXShaderCompiler/pull/5179 + diff --git a/include/llvm/Analysis/DxilValueCache.h b/include/llvm/Analysis/DxilValueCache.h index 2622bb19..37124255 100644 --- a/include/llvm/Analysis/DxilValueCache.h
