[PATCH] D151001: [DebugInfo][NFCI] Add unittest for DWARFAbbreviationDeclarationSet
Alex Langford via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 14:49:16 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: aprantl, rastogishubham, JDevlieghere, fdeazeve, jhenderson.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151001
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFDebugAbbrevTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151001.523945.patch
Type: text/x-patch
Size: 4810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230519/d6485c73/attachment.bin>
More information about the llvm-commits
mailing list