Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
authorManman Ren <mren@apple.com>
Thu, 4 Apr 2013 00:22:54 +0000 (00:22 +0000)
committerManman Ren <mren@apple.com>
Thu, 4 Apr 2013 00:22:54 +0000 (00:22 +0000)
commite3d75ee2a1c8ea11fd01fc49055d08f2da7f5668
tree1917974353321b66c1fc013783533a6c8f465258
parent296ffab5625fe83d804f1dd5d5517954082b6622
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
the target system.

It was hard-coded to 4 bytes before. I can't get llvm to generate a
ref_addr on a reasonably sized testing case.

rdar://problem/13559431

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178722 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp