mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
0f65dfd92b
This change depends on the ApplePropertyString helper that I sent spearately. Not sure how you want this tested: as a tool test by adding a binary to dump, or as an llvm test starting from an IR file? Reviewers: dblaikie, samsonov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D5689 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219507 91177308-0d34-0410-b5e6-96231b3b80d8
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
RUN: llvm-dwarfdump %p/Inputs/dwarfdump-objc.x86_64.o | FileCheck %s
|
|
|
|
CHECK: .debug_info contents:
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "ReadOnly"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x01 (DW_APPLE_PROPERTY_readonly))
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "Assign"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x0c (DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite))
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "ReadWrite"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x0c (DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite))
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "Retain"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x18 (DW_APPLE_PROPERTY_readwrite, DW_APPLE_PROPERTY_retain))
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "Copy"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x28 (DW_APPLE_PROPERTY_readwrite, DW_APPLE_PROPERTY_copy))
|
|
|
|
CHECK: DW_TAG_APPLE_property
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_name {{.*}} "NonAtomic"
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_APPLE_property_attribute {{.*}} (0x4c (DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite, DW_APPLE_PROPERTY_nonatomic))
|
|
|