[Lldb-commits] [PATCH] D115324: Added the ability to cache the finalized symbol tables subsequent debug sessions to start faster.

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 16 15:42:14 PST 2021


stella.stamenova added a comment.

The new test (TestModuleCacheSimple) is failing on the windows lldb bot. It looks like the deletion of the executable is failing due to permissions and other similar tests are skipped on windows for that reason. I haven't looked at the test in more detail to see if it would be appropriate to modify somehow so it would work:

https://lab.llvm.org/buildbot/#/builders/83/builds/12914

(The bot is rather angry at me for the VS2019 update, but everything should be working OK again)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115324



More information about the lldb-commits mailing list