[Lldb-commits] [PATCH] D41428: [lldb] This commit adds support to cache a PDB's global scope and fixes a bug in getting the source file name for a compiland

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 28 18:42:47 PST 2017


zturner added a comment.

Can you add a test with `REQUIRES: windows` that builds a simple program using clang-cl, generates a PDB, and then uses `lldb-test` to check part of the output against that executable?  It can be a one line check, basically just proving that it doesn't crash, and we can add more specific tests for certain types of symbols and types later.


Repository:
  rL LLVM

https://reviews.llvm.org/D41428





More information about the lldb-commits mailing list