commit | b8ca98874316bfe8e46b27e7a034a8a764c92e08 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Mar 29 08:42:56 2012 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Mar 29 08:42:56 2012 +0000 |
tree | c3d8f435ad918dbc5520905a5bd66f2f85d4e297 | |
parent | 24b878031d4f62baf0e9a0573aeebc9dfd54b546 [diff] [blame] |
Add support for objc property decls according to the page at: http://llvm.org/docs/SourceLevelDebugging.html#objcproperty including type and DECL. Expand the metadata needed accordingly. rdar://11144023 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153639 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 2013419..45e407e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -213,6 +213,7 @@ void addSourceLine(DIE *Die, DISubprogram SP); void addSourceLine(DIE *Die, DIType Ty); void addSourceLine(DIE *Die, DINameSpace NS); + void addSourceLine(DIE *Die, DIObjCProperty Ty); /// addAddress - Add an address attribute to a die based on the location /// provided.