[llvm] b73cf62 - [DWARF] Fix consistency and AIX compatibility of checks in DWARF test

Jake Egan via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 07:10:58 PST 2021


Author: Jake Egan
Date: 2021-12-08T10:10:42-05:00
New Revision: b73cf6207efa4d44d551c60df48b7e14b0004852

URL: https://github.com/llvm/llvm-project/commit/b73cf6207efa4d44d551c60df48b7e14b0004852
DIFF: https://github.com/llvm/llvm-project/commit/b73cf6207efa4d44d551c60df48b7e14b0004852.diff

LOG: [DWARF] Fix consistency and AIX compatibility of checks in DWARF test

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

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll b/llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
index b7e7247b91b58..6b9759284b647 100644
--- a/llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
+++ b/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


        


More information about the llvm-commits mailing list