[PATCH] D115287: [DWARF] Fix consistency and AIX compatibility of checks in DWARF test
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 07:10:58 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb73cf6207efa: [DWARF] Fix consistency and AIX compatibility of checks in DWARF test (authored by Jake-Egan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115287/new/
https://reviews.llvm.org/D115287
Files:
llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
Index: llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
===================================================================
--- llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
+++ llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
@@ -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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115287.392760.patch
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211208/cd40d569/attachment.bin>
More information about the llvm-commits
mailing list