[Lldb-commits] [PATCH] D90393: [lldb/test] Simplify/generalize YAMLModuleTester

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 06:48:03 PDT 2020


labath created this revision.
labath added reviewers: aprantl, JDevlieghere.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.
labath requested review of this revision.

The class only supports a single DWARF unit (needed for my new test), and it
reimplements chunks of object and symbol file classes. We can just make it use
the real thing, save some LOC and get the full feature set.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90393

Files:
  lldb/unittests/Expression/DWARFExpressionTest.cpp
  lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
  lldb/unittests/TestingSupport/Symbol/CMakeLists.txt
  lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.cpp
  lldb/unittests/TestingSupport/Symbol/YAMLModuleTester.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90393.301600.patch
Type: text/x-patch
Size: 18343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201029/c0ee6674/attachment-0001.bin>


More information about the lldb-commits mailing list