[llvm] 97b5d6b - DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 19:01:35 PST 2019


Author: David Blaikie
Date: 2019-12-18T19:00:40-08:00
New Revision: 97b5d6bfdcf377f04270ee7a918abfd5adf3982d

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

LOG: DebugInfo: Fix test fallout from aaa5a5e7ff1aee632aae75311e7c044f710dd0a0

Added: 
    

Modified: 
    llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll b/llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll
index 2c2330ced699..727a3c31017c 100644
--- a/llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll
+++ b/llvm/test/DebugInfo/X86/gmlt-empty-base-address.ll
@@ -1,8 +1,8 @@
-; RUN: %llc_dwarf --function-sections < %s -filetype=obj | llvm-dwarfdump -v -debug-info - | FileCheck %s
+; RUN: llc -function-sections -mtriple=x86_64-unknown-linux-gnu < %s -filetype=obj | llvm-dwarfdump -v -debug-info - | FileCheck %s
 
 ; CHECK: DW_AT_ranges [DW_FORM_rnglistx]   (indexed (0x0) rangelist = 0x00000010
-; CHECK:                    [0x0000000000000000, 0x0000000000000006) ".text._Z2f1v"
-; CHECK:                    [0x0000000000000000, 0x0000000000000006) ".text._Z2f2v")
+; CHECK:                    [0x0000000000000000, 0x{{[0-9a-z]*}}) ".text._Z2f1v"
+; CHECK:                    [0x0000000000000000, 0x{{[0-9a-z]*}}) ".text._Z2f2v")
 ; CHECK: DW_AT_addr_base [DW_FORM_sec_offset] (0x00000008)
 
 


        


More information about the llvm-commits mailing list