Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/DebugInfo/DebugMacroDef.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: spirv-dis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is possible, applied

; Test round-trip translation of debug macro information:
; LLVM IR -> SPIR-V -> LLVM IR

Expand Down
1 change: 1 addition & 0 deletions test/DebugInfo/DebugMacroDefNoValue.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: spirv-dis
; This test exercises the case where the DICompileUnit has as !DIMacro with and without a value.
; It is not possible to distinguish the case between the macro with an empty value and without one.

Expand Down
1 change: 1 addition & 0 deletions test/DebugInfo/DebugMacroDefRoot.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: spirv-dis
; This test exercises the case where the DICompileUnit has as !DIMacro without a DIMacroFile

; Test round-trip translation of debug macro information:
Expand Down
1 change: 1 addition & 0 deletions test/DebugInfo/DebugMacroUndefinedUndef.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
; REQUIRES: spirv-dis
; This test exercises the cases where there is a DW_MACINFO_undef without a matching DW_MACINFO_def

; Test round-trip translation of debug macro information:
Expand Down