[PATCH] Don't crash generating DWARF debug info for an ObjC property of type void

Scott s at chikachow.org
Thu Jan 23 04:09:36 PST 2014


On 22 Jan 2014, at 12:52 pm, Eric Christopher <echristo at gmail.com> wrote:
> It'd be good to get the testcase to check something, perhaps that the properties exist. Otherwise the patch looks fine.

Okay, I added tests for some pertinent DWARF tags.

> Do you have commit access or will you need me to commit it? If the latter then let me know and give me a unified patch.

I’m not a committer, no.
Assuming that you want a single patch file - rather than two as provided earlier - here’s one of those which I have attempted to de-git:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-objc-property-void.diff
Type: application/octet-stream
Size: 11060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140123/21db9a6c/attachment.obj>
-------------- next part --------------


… and as a commit message, something like “Avoid emitting a DWARF type attribute for an ObjC property of type void”?

-Scott


More information about the llvm-commits mailing list