[PATCH] D115287: [DWARF] Fix consistency of checks in DWARF test

Jake Egan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 14:18:39 PST 2021


Jake-Egan created this revision.
Jake-Egan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.392536.patch
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/5f9f6b0a/attachment.bin>


More information about the llvm-commits mailing list