Skip to content

Commit

Permalink
Update DebugInfo test after LLVM change
Browse files Browse the repository at this point in the history
Propagate the change from LLVM commit 24c3dabef44 ("DebugInfo: Emit
class template parameters first, before members", 2020-08-17).
  • Loading branch information
svenvh committed Aug 21, 2020
1 parent 6fd7f55 commit 8e4d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DebugInfo/Generic/template-recursive-void.ll
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target triple = "spir64-unknown-unknown"
; CHECK: DW_TAG_template_type_parameter [{{.*}}]
; CHECK-NEXT: DW_AT_name{{.*}}"T"
; CHECK-NOT: DW_AT_type
; CHECK: NULL
; CHECK: {{DW_TAG|NULL}}

source_filename = "test/DebugInfo/Generic/template-recursive-void.ll"

Expand Down

0 comments on commit 8e4d367

Please sign in to comment.