Skip to content

Commit ef9a771

Browse files
committed
Fix test
1 parent 5684f83 commit ef9a771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/DebugInfo/AArch64/num_extra_inhabitants.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
; CHECK: DW_TAG_base_type
55
; CHECK: DW_AT_name ("ExtraInhabitantBasicType")
6-
; CHECK: DW_AT_APPLE_num_extra_inhabitants (0xfe)
6+
; CHECK: DW_AT_LLVM_num_extra_inhabitants (0xfe)
77

88
; CHECK: DW_TAG_structure_type
99
; CHECK: DW_AT_name ("ExtraInhabitantCompositeType")
10-
; CHECK: DW_AT_APPLE_num_extra_inhabitants (0x42)
10+
; CHECK: DW_AT_LLVM_num_extra_inhabitants (0x42)
1111

1212
; CHECK: DW_TAG_structure_type
1313
; CHECK: DW_AT_name ("NoExtraInhabitantType")
14-
; CHECK-NOT: DW_AT_APPLE_num_extra_inhabitants
14+
; CHECK-NOT: DW_AT_LLVM_num_extra_inhabitants
1515

1616
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
1717

0 commit comments

Comments
 (0)