[PATCH] D154670: [BOLT][DWARF] Don't check string offsets
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 17:55:45 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcfe4a4b04f21: [BOLT][DWARF] Don't check string offsets (authored by ayermolo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154670/new/
https://reviews.llvm.org/D154670
Files:
bolt/test/X86/dwarf4-types.test
Index: bolt/test/X86/dwarf4-types.test
===================================================================
--- bolt/test/X86/dwarf4-types.test
+++ bolt/test/X86/dwarf4-types.test
@@ -30,7 +30,7 @@
# POSTCHECK: DW_TAG_variable [9]
# POSTCHECK: DW_AT_type [DW_FORM_ref4] (cu + 0x0074 => {0x0000011b} "Foo3")
# POSTCHECK: DW_TAG_base_type [5]
-# POSTCHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000063] = "int")
+# POSTCHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[0x{{[0-9a-f]+}}] = "int")
# POSTCHECK: DW_TAG_structure_type [10]
# POSTCHECK: DW_AT_signature [DW_FORM_ref_sig8] (0x104ec427d2ebea6f)
# POSTCHECK: DW_TAG_structure_type [10]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154670.537941.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230707/d4a7270c/attachment.bin>
More information about the llvm-commits
mailing list