Add the DW_AT_APPLE_runtime_class attribute to forward declarations
authorEric Christopher <echristo@apple.com>
Wed, 7 Mar 2012 00:15:19 +0000 (00:15 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 7 Mar 2012 00:15:19 +0000 (00:15 +0000)
commit8938895a8338e6084eb12a2bb4bf044928436173
tree1b18c4ce20a60d198638abcf96e7e39da7d85ede
parent03be3622aae67aa095bc047bcac88cdebebaafd6
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
as well as completely defined classes.

This fixes rdar://10956070

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
test/DebugInfo/objc-fwd-decl.ll [new file with mode: 0644]