Skip to content

Commit

Permalink
[DWARF] Fix consistency and AIX compatibility of checks in DWARF test
Browse files Browse the repository at this point in the history
This patch removes the white space and trailing bracket to make the checks consistent and verbose direct/indirect string agnostic for AIX compatibility.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D115287
  • Loading branch information
jakeegan committed Dec 8, 2021
1 parent 77b2bb5 commit b73cf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
Expand Up @@ -21,7 +21,7 @@

; CHECK: DW_TAG_subprogram
; CHECK-NOT: DW_TAG_subprogram
; CHECK: DW_AT_name {{.*}} "g")
; CHECK: DW_AT_name {{.*}}"g"
;
; CHECK: DW_TAG_subprogram
; CHECK-NOT: DW_TAG_subprogram
Expand Down

0 comments on commit b73cf62

Please sign in to comment.