[Lldb-commits] [PATCH] D71056: [lldb] Add a test for how we lazily create Clang AST nodes

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 9 00:59:46 PST 2019


teemperor updated this revision to Diff 232768.
teemperor added a comment.

- Add this to DWARF testing category. The types we load depends partly on the debug information so this set of tests is only testing the way we build the AST with DWARF.


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

https://reviews.llvm.org/D71056

Files:
  lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/Makefile
  lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/TestLazyLoading.py
  lldb/packages/Python/lldbsuite/test/functionalities/lazy-loading/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71056.232768.patch
Type: text/x-patch
Size: 12597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191209/cc409a1a/attachment.bin>


More information about the lldb-commits mailing list