[all-commits] [llvm/llvm-project] ca1b99: [DebugInfo][NFCI] Add unittest for DWARFAbbreviati...
Alex via All-commits
all-commits at lists.llvm.org
Mon May 22 15:11:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca1b9943e1e44ce61b604e4186023eee00a02d47
https://github.com/llvm/llvm-project/commit/ca1b9943e1e44ce61b604e4186023eee00a02d47
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
M llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
A llvm/unittests/DebugInfo/DWARF/DWARFDebugAbbrevTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list