Avoid emitting a DWARF type attribute for an ObjC property of type
authorEric Christopher <echristo@gmail.com>
Thu, 23 Jan 2014 19:16:28 +0000 (19:16 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 23 Jan 2014 19:16:28 +0000 (19:16 +0000)
commitc3b4897c4c94923b36eb7f72eab44c2472aa4050
tree25ed293c3078bd4a4eaf74a8dc3b60c3678cdb2c
parent415ae042c9a1964c7b61c39013cfc1b4a063f7d9
Avoid emitting a DWARF type attribute for an ObjC property of type
void.

Patch by Scott Talbot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/CodeGen/Generic/objc-property-void.ll [new file with mode: 0644]