Skip to content

Commit e3d6c68

Browse files
Konstantin Vladimirovvladimirlaz
authored andcommitted
Fix of debug info test, failed due to upstream llvm-objdump option changes
1 parent 5ca6df1 commit e3d6c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/DebugInfo/COFF/no-cus.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -o %t.ll
44

55
; RUN: llc -mtriple=%triple < %t.ll -filetype=obj -o %t.o
6-
; RUN: llvm-objdump -section-headers %t.o | FileCheck %s
6+
; RUN: llvm-objdump --section-headers %t.o | FileCheck %s
77

88
; Don't emit debug info in this scenario and don't crash.
99

0 commit comments

Comments
 (0)