We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6de04 commit b91a397Copy full SHA for b91a397
test/DebugInfo/NonSemantic/DebugInfoProducer.ll
@@ -20,7 +20,8 @@
20
; Check that we don't produce "producer" info for NonSemantic.Shader.DebugInfo.100 as it's not specification conformant
21
; RUN: llvm-spirv %t.bc --spirv-debug-info-version=nonsemantic-shader-100 -spirv-text -o %t.spt
22
; 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
+; 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
25
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix CHECK-LLVM-100
26
27
; ModuleID = 's.bc'
0 commit comments