Skip to content

Commit 6da5644

Browse files
svenvhsys-ce-bb
authored andcommitted
Disable automatic debug format conversion for 1 test (#2483)
Update a test after llvm-project commit 379628d ("[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)", 2024-04-05). Original commit: KhronosGroup/SPIRV-LLVM-Translator@cf64d9a98402d8f
1 parent 8a95522 commit 6da5644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/debug-label-skip.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llvm-as %s -o %t.bc
1+
; RUN: llvm-as --preserve-input-debuginfo-format %s -o %t.bc
22
; RUN: llvm-spirv %t.bc -o %t.spv
33

44
source_filename = "debug-label-bitcode.c"

0 commit comments

Comments
 (0)