]> granicus.if.org Git - clang/commit
When creating a dwarf record type for an objc interface, make sure to propagate
authorChris Lattner <sabre@nondot.org>
Sat, 2 May 2009 01:13:16 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 May 2009 01:13:16 +0000 (01:13 +0000)
commitac7c814d817bbfafd924586b9025f2dffc655708
treec3e6eed521d0a2fe92ed96f10b124fd78dd3b87b
parentb95ee58f6c9838695b1704e879e263aec49bfa88
When creating a dwarf record type for an objc interface, make sure to propagate
the runtime version number onto it, so that the debugger knows it's an objc
interface, not a C struct.  rdar://6848435

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp