Skip to content

Commit

Permalink
Disable automatic debug format conversion for 1 test (#2483)
Browse files Browse the repository at this point in the history
Update a test after llvm-project commit 379628d446e5 ("[RemoveDIs] Add
flag to preserve the debug info format of input IR (#87379)",
2024-04-05).
  • Loading branch information
svenvh authored Apr 8, 2024
1 parent 6e62da7 commit cf64d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug-label-skip.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llvm-as %s -o %t.bc
; RUN: llvm-as --preserve-input-debuginfo-format %s -o %t.bc
; RUN: llvm-spirv %t.bc -o %t.spv

source_filename = "debug-label-bitcode.c"
Expand Down

0 comments on commit cf64d9a

Please sign in to comment.