[PATCH] D151001: [DebugInfo][NFCI] Add unittest for DWARFAbbreviationDeclarationSet

Alex Langford via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 10:14:08 PDT 2023


bulbazord updated this revision to Diff 524375.
bulbazord added a comment.

- Yank common setup into its own function
- sizeof(void *) -> sizeof(uint64_t)
- Don't use `auto` where confusing


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151001/new/

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.524375.patch
Type: text/x-patch
Size: 4979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/f2183b34/attachment.bin>


More information about the llvm-commits mailing list