[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.
authorFrederic Riss <friss@apple.com>
Fri, 10 Oct 2014 15:51:10 +0000 (15:51 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 10 Oct 2014 15:51:10 +0000 (15:51 +0000)
commit0f65dfd92b0a2b07a87812f9bb01e4d43adcfdb0
tree21261c3c3008a60f879e0b5c6029dc356cc435ff
parentdd2cb9cae7dc596d0980def3f33224ff23d037e3
[dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.

This change depends on the ApplePropertyString helper that I sent spearately.
Not sure how you want this tested: as a tool test by adding a binary to dump, or as an llvm test starting from an IR file?

Reviewers: dblaikie, samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D5689

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219507 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFDebugInfoEntry.cpp
test/DebugInfo/Inputs/dwarfdump-objc.m [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o [new file with mode: 0644]
test/DebugInfo/dwarfdump-objc.test [new file with mode: 0644]