diff options
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/dwarfdump-objc.m | 6 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o | bin | 11512 -> 15648 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-objc.m b/llvm/test/DebugInfo/Inputs/dwarfdump-objc.m index 54fbee2ac39..805384c1364 100644 --- a/llvm/test/DebugInfo/Inputs/dwarfdump-objc.m +++ b/llvm/test/DebugInfo/Inputs/dwarfdump-objc.m @@ -10,6 +10,12 @@ @property (retain) NSObject *Retain; @property (copy) NSObject *Copy; @property (nonatomic) int NonAtomic; +@property (atomic) int Atomic; +@property (strong) NSObject *Strong; +@property (unsafe_unretained) id UnsafeUnretained; +@property (nullable) NSObject *Nullability; +@property (null_resettable) NSObject *NullResettable; +@property (class) int ClassProperty; @end @implementation TestInterface diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o b/llvm/test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o Binary files differindex 6b55d38ce91..8c0dcd56509 100644 --- a/llvm/test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o +++ b/llvm/test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o |

