Recommit, with fixes:
authorEric Christopher <echristo@apple.com>
Wed, 12 Sep 2012 23:36:19 +0000 (23:36 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 12 Sep 2012 23:36:19 +0000 (23:36 +0000)
commite521278f00cf5f4ea0cc4aac126df30924d3e705
tree99734d7739b9575c304c09844f0a18bd21cd571f
parentafc945b614a2bf99014d5820c8849451030ea82b
Recommit, with fixes:

    Add some support for dealing with an object pointer on arguments.

    Part of rdar://9797999

which now supports adding the object pointer attribute to the
subprogram as it should.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163754 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
include/llvm/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/VMCore/DIBuilder.cpp
test/DebugInfo/X86/DW_AT_object_pointer.ll [new file with mode: 0644]