Skip to content

Commit b91a397

Browse files
authored
[NFC][DebugInfo] Rewrite NonSemantic/DebugInfoProducer test
There is a bug in -r -spirv-text mode in translation of Strings with spaces. Temporary avoid running such pipeline until proper fix is delivered.
1 parent cb6de04 commit b91a397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/DebugInfo/NonSemantic/DebugInfoProducer.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
; Check that we don't produce "producer" info for NonSemantic.Shader.DebugInfo.100 as it's not specification conformant
2121
; RUN: llvm-spirv %t.bc --spirv-debug-info-version=nonsemantic-shader-100 -spirv-text -o %t.spt
2222
; RUN: FileCheck %s --input-file %t.spt --check-prefix CHECK-SPIRV-100
23-
; RUN: llvm-spirv -spirv-text -r -emit-opaque-pointers %t.spt -o %t.rev.bc
23+
; RUN: llvm-spirv %t.bc --spirv-debug-info-version=nonsemantic-shader-100 -o %t.spv
24+
; RUN: llvm-spirv -r -emit-opaque-pointers %t.spv -o %t.rev.bc
2425
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix CHECK-LLVM-100
2526

2627
; ModuleID = 's.bc'

0 commit comments

Comments
 (0)