Skip to content

Commit cf64d9a

Browse files
authored
Disable automatic debug format conversion for 1 test (#2483)
Update a test after llvm-project commit 379628d446e5 ("[RemoveDIs] Add flag to preserve the debug info format of input IR (#87379)", 2024-04-05).
1 parent 6e62da7 commit cf64d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)