[llvm] 4f281f0 - DebugInfo: Fix convert-loclist.ll to handle different target instruction lengths

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 18:44:40 PST 2020


Author: David Blaikie
Date: 2020-02-03T18:44:18-08:00
New Revision: 4f281f047457ce3f1870a93253476222314f420b

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

LOG: DebugInfo: Fix convert-loclist.ll to handle different target instruction lengths

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/convert-loclist.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/convert-loclist.ll b/llvm/test/DebugInfo/X86/convert-loclist.ll
index 7764fb8ff38f..1d5b6f9f4cc4 100644
--- a/llvm/test/DebugInfo/X86/convert-loclist.ll
+++ b/llvm/test/DebugInfo/X86/convert-loclist.ll
@@ -4,7 +4,7 @@
 ; CHECK: 0x{{0*}}[[TYPE:.*]]: DW_TAG_base_type
 ; CHECK-NEXT:                DW_AT_name ("DW_ATE_unsigned_32")
 
-; CHECK: DW_LLE_offset_pair (0x0000000000000006, 0x000000000000000c): DW_OP_consts +7, DW_OP_convert 0x[[TYPE]], DW_OP_stack_value
+; CHECK: DW_LLE_offset_pair ({{.*}}): DW_OP_consts +7, DW_OP_convert 0x[[TYPE]], DW_OP_stack_value
 
 
 ; Function Attrs: uwtable


        


More information about the llvm-commits mailing list