Skip to content

Commit a3d14ff

Browse files
author
Alex B
committed
Feedback #2
1 parent 84c9a57 commit a3d14ff

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

lld/test/MachO/objc-relative-method-lists-simple.s

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CHK_REL-NEXT: imp 0x{{[0-9a-f]*}} (0x{{[0-9a-f]*}}) -[MyClass instance_method
3030

3131
CHK_REL: Meta Class
3232
CHK_REL-NEXT: isa 0x{{[0-9a-f]*}} _OBJC_METACLASS_$_MyClass
33-
CHK_REL: baseMethods 0x694 (struct method_list_t *)
33+
CHK_REL: baseMethods 0x{{[0-9a-f]*}} (struct method_list_t *)
3434
CHK_REL-NEXT: entsize 24 (relative)
3535
CHK_REL-NEXT: count 3
3636
CHK_REL-NEXT: name 0x{{[0-9a-f]*}} (0x{{[0-9a-f]*}}) class_method_00
@@ -49,34 +49,34 @@ CHK_NO_REL-NOT: (relative)
4949
CHK_NO_REL: Contents of (__DATA_CONST,__objc_classlist) section
5050
CHK_NO_REL-NEXT: _OBJC_CLASS_$_MyClass
5151

52-
CHK_NO_REL: baseMethods 0x80e8 (struct method_list_t *)
52+
CHK_NO_REL: baseMethods 0x{{[0-9a-f]*}} (struct method_list_t *)
5353
CHK_NO_REL-NEXT: entsize 24
5454
CHK_NO_REL-NEXT: count 3
55-
CHK_NO_REL-NEXT: name 0x5b8 instance_method_00
56-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
55+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_00
56+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
5757
CHK_NO_REL-NEXT: imp -[MyClass instance_method_00]
58-
CHK_NO_REL-NEXT: name 0x5cb instance_method_01
59-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
58+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_01
59+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
6060
CHK_NO_REL-NEXT: imp -[MyClass instance_method_01]
61-
CHK_NO_REL-NEXT: name 0x5de instance_method_02
62-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
61+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} instance_method_02
62+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
6363
CHK_NO_REL-NEXT: imp -[MyClass instance_method_02]
6464

6565

6666
CHK_NO_REL: Meta Class
6767
CHK_NO_REL-NEXT: _OBJC_METACLASS_$_MyClass
6868

69-
CHK_NO_REL: baseMethods 0x8050 (struct method_list_t *)
69+
CHK_NO_REL: baseMethods 0x{{[0-9a-f]*}} (struct method_list_t *)
7070
CHK_NO_REL-NEXT: entsize 24
7171
CHK_NO_REL-NEXT: count 3
72-
CHK_NO_REL-NEXT: name 0x588 class_method_00
73-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
72+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_00
73+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
7474
CHK_NO_REL-NEXT: imp +[MyClass class_method_00]
75-
CHK_NO_REL-NEXT: name 0x598 class_method_01
76-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
75+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_01
76+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
7777
CHK_NO_REL-NEXT: imp +[MyClass class_method_01]
78-
CHK_NO_REL-NEXT: name 0x5a8 class_method_02
79-
CHK_NO_REL-NEXT: types 0x580 v16@0:8
78+
CHK_NO_REL-NEXT: name 0x{{[0-9a-f]*}} class_method_02
79+
CHK_NO_REL-NEXT: types 0x{{[0-9a-f]*}} v16@0:8
8080
CHK_NO_REL-NEXT: imp +[MyClass class_method_02]
8181

8282

0 commit comments

Comments
 (0)