[DebugInfo][NFCI] Add unittest for DWARFAbbreviationDeclarationSet
authorAlex Langford <alangford@apple.com>
Fri, 19 May 2023 21:47:20 +0000 (14:47 -0700)
committerAlex Langford <alangford@apple.com>
Mon, 22 May 2023 22:11:10 +0000 (15:11 -0700)
commitca1b9943e1e44ce61b604e4186023eee00a02d47
tree5d2c694911674667168e6f15add4751ddee55444
parent872e46a93e20e081ff5723411cb24556dc3e339b
[DebugInfo][NFCI] Add unittest for DWARFAbbreviationDeclarationSet

The classes relevant to DWARFDebugAbbrev do not have any unittests
verifying their behavior. Seeing as there is not much error handling
around these classes right now, I want to add some testing as I plan on
making changes to these classes in the near future.

Differential Revision: https://reviews.llvm.org/D151001
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFDebugAbbrevTest.cpp [new file with mode: 0644]