From: Dmitry Sidorov Date: Mon, 20 Mar 2023 12:42:49 +0000 (+0100) Subject: [PATCH 26/79] [Backport to 15][DebugInfo] Rename NonSemantic.Kernel.DebugInfo.100... X-Git-Tag: archive/raspbian/15.0.1-1+rpi1^2^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b3794f8fcb5cd46efc078bb88f593e4cc22a3c1;p=spirv-llvm-translator-15.git [PATCH 26/79] [Backport to 15][DebugInfo] Rename NonSemantic.Kernel.DebugInfo.100 (#1891) To NonSemantic.Shader.DebugInfo.200 Signed-off-by: Sidorov, Dmitry Gbp-Pq: Name 0026-Backport-to-15-DebugInfo-Rename-NonSemantic.Kernel.D.patch --- diff --git a/lib/SPIRV/libSPIRV/SPIRV.debug.h b/lib/SPIRV/libSPIRV/SPIRV.debug.h index b6ebb90..4d9c30e 100644 --- a/lib/SPIRV/libSPIRV/SPIRV.debug.h +++ b/lib/SPIRV/libSPIRV/SPIRV.debug.h @@ -52,8 +52,8 @@ enum Instruction { Source = 35, ModuleINTEL = 36, InstCount = 37, - TypeSubrange = 110, Module = 200, + TypeSubrange = 201, TypeArrayDynamic = 202, TypeString = 203 };