Teach DIEInteger to emit FORM_strp and FORM_ref_addr attributes.
authorFrederic Riss <friss@apple.com>
Wed, 4 Mar 2015 22:07:36 +0000 (22:07 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 4 Mar 2015 22:07:36 +0000 (22:07 +0000)
commit13d5de32acfddbb6ebfefe716ebae71cb5216540
treec4a0e8ddcb5d9a6922231f159723e584653961c2
parentc7e4df3846a7368b395ca3a530fd830345b1334b
Teach DIEInteger to emit FORM_strp and FORM_ref_addr attributes.

To be used/tested by llvm-dsymutil. (llvm-dsymutil does a 'static' link,
no need for relocations for most things, so it'll just emit raw integers
for most attributes)

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