diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-15 14:36:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-15 14:36:12 +0900 |
| commit | 74e7fb7818b623e035512ce8631cda3dd87ac40d (patch) | |
| tree | a6d46f1d525acaf974fbe8c133e56a8db9e2f6fd /internal | |
| parent | 8366cdd22448548116b4cc2f719fee73f8c30e91 (diff) | |
internal/rosa/package/spirv: spirv-llvm-translator 22.1.2 to 22.1.4
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/package/spirv/package.az | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/internal/rosa/package/spirv/package.az b/internal/rosa/package/spirv/package.az index 37b07162..867e3238 100644 --- a/internal/rosa/package/spirv/package.az +++ b/internal/rosa/package/spirv/package.az @@ -74,11 +74,11 @@ package spirv-llvm-translator { website = "https://github.com/KhronosGroup/SPIRV-LLVM-Translator"; anitya = 227273; - version# = "22.1.2"; + version# = "22.1.4"; source = remoteGitHub { suffix = "KhronosGroup/SPIRV-LLVM-Translator"; tag = "v"+version; - checksum = "JZAaV5ewYcm-35YA_U2BM2IcsQouZtX1BLZR0zh2vSlfEXMsT5OCtY4Gh5RJkcGy"; + checksum = "xh5ReZ2_i2vX56dZBnizXdHjwsl1y4D32Ptu5IrBdqoCzBqxOlynSj83FvlkcphS"; }; // litArgs emits shell syntax @@ -89,6 +89,22 @@ package spirv-llvm-translator { default = [ // error: line 13: OpTypeCooperativeMatrixKHR Scope is limited to Workgroup and Subgroup "cooperative_matrix_constant_null.spvasm", + // error: line 66: NonSemantic.Shader.DebugInfo.200 DebugTypeFunction: expected operand Return Type is not a valid debug type + "DebugInfo/NonSemantic/Shader200/DebugLineOnlyOnce.ll", + // error: line 52: End of input reached while decoding OpExtInst starting at word 236: expected more operands after 8 words. + "DebugInfo/NonSemantic/Shader200/DebugLinePriority.spt", + // error: line 28: FPRoundingMode decoration can be applied only to a conversion instruction to or from a floating-point type. + "llvm-intrinsics/constrained-arithmetic.ll", + // error: line 78: OpLifetimeStart pointer operand type must be a OpTypePointer. + "llvm-intrinsics/lifetime.ll", + // error: line 61: FPRoundingMode decoration can be applied only to a conversion instruction to or from a floating-point type. + "transcoding/OpenCL/convert_functions.ll", + // error: line 56: OpConstantComposite must not have spec constant operands: <id> '30[%30]' + "transcoding/constant-vars.ll", + // error: line 61: Expected input and Result Type to point to the same type: SpecConstantOp + "transcoding/global_block.cl", + // error: line 55: OpConstantComposite must not have spec constant operands: <id> '16[%16]' + "type-scavenger/globals.ll", ]; arm64 = [ |
