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)
commitee17fb9b0ebbfcd579cf2d95caff9a53ceffe06e
tree4c64cb380a98c608776c71334de2fda5c3c88995
parent8874ce8d4bc13a8897f0ee9ed8478384b7cc38a7
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)

llvm-svn: 231298
llvm/lib/CodeGen/AsmPrinter/DIE.cpp