File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/test/DebugInfo/Generic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141;
4242; CHECK: DW_TAG_member
4343; CHECK: DW_AT_name ("someBackingIvar")
44- ; CHECK: DW_AT_APPLE_property (0x[[SYNTH]])
44+ ; CHECK: DW_AT_APPLE_property (0x[[SYNTH]] "synthProp" )
4545;
4646; CHECK: DW_TAG_member
4747; CHECK: DW_AT_name ("_autoSynthProp")
48- ; CHECK: DW_AT_APPLE_property (0x[[AUTO_SYNTH]])
48+ ; CHECK: DW_AT_APPLE_property (0x[[AUTO_SYNTH]] "autoSynthProp" )
4949;
5050; CHECK: DW_TAG_member
5151; CHECK: DW_AT_name ("_customGetterProp")
52- ; CHECK: DW_AT_APPLE_property (0x[[GET]])
52+ ; CHECK: DW_AT_APPLE_property (0x[[GET]] "customGetterProp" )
5353;
5454; CHECK: DW_TAG_member
5555; CHECK: DW_AT_name ("_customSetterProp")
56- ; CHECK: DW_AT_APPLE_property (0x[[SET]])
56+ ; CHECK: DW_AT_APPLE_property (0x[[SET]] "customSetterProp" )
5757
5858!llvm.module.flags = !{!0 , !1 }
5959!llvm.dbg.cu = !{!2 }
You can’t perform that action at this time.
0 commit comments