[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 llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 22:15:36 PST 2018


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

It's nice that this turned out so easy.  Didn't even require modifying `lldb-test`.



================
Comment at: lit/SymbolFile/PDB/compilands.test:9
+CHECK: {{^[0-9A-F]+}}: SymbolVendor ([[CU]])
+CHECK-DAG: {{^[0-9A-F]+}}:   CompileUnit{{[{]0x[0-9a-f]+[}]}}, language = "c++", file = '{{.*}}\CompilandsTest.cpp'
----------------
If there's only one line then `CHECK-DAG` is equivalent to `CHECK`.  



Repository:
  rL LLVM

https://reviews.llvm.org/D41428





More information about the llvm-commits mailing list