We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3901d7d commit 3da8953Copy full SHA for 3da8953
llvm/test/tools/dsymutil/typedefs-with-same-name.test
@@ -3,10 +3,10 @@
3
4
# There should be two typedef DIE named "BarInt" in the resultant .dwarf file.
5
# The second should refer to the first, which refer to "Foo<int>".
6
-# CHECK: 0x[[FIRST_BARINT_ADDR:[0-9a-f]{8}]]: DW_TAG_typedef
7
-# CHECK-NEXT: DW_AT_type (0x{{([[:xdigit:]]{8})}} "Foo<int>")
+# CHECK: 0x[[FIRST_BARINT_ADDR:[0-9a-f]*]]: DW_TAG_typedef
+# CHECK-NEXT: DW_AT_type (0x{{([[:xdigit:]]*)}} "Foo<int>")
8
# CHECK-NEXT: DW_AT_name ("BarInt")
9
-# CHECK: 0x{{([[:xdigit:]]{8})}}: DW_TAG_typedef
+# CHECK: 0x{{([[:xdigit:]]*)}}: DW_TAG_typedef
10
# CHECK-NEXT: DW_AT_type (0x[[FIRST_BARINT_ADDR]] "BarInt")
11
12
0 commit comments