Support: Stop stringifying DW_TAG_{lo,hi}_user
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 3 Feb 2015 21:08:33 +0000 (21:08 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 3 Feb 2015 21:08:33 +0000 (21:08 +0000)
commit17e8d42c63f46039fe602f4c885c558f83216a00
tree9350e0227e46da195171c2af34dc9af698a71a5b
parent48558862692df8451d7bb883d4d0f93fe982cf77
Support: Stop stringifying DW_TAG_{lo,hi}_user

`dwarf::TagString()` shouldn't stringify `DW_TAG_lo_user` or
`DW_TAG_hi_user`.  These aren't actual tags; they're markers for the
edge of vendor-specific tag regions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228029 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Dwarf.cpp
unittests/Support/CMakeLists.txt
unittests/Support/DwarfTest.cpp [new file with mode: 0644]