[Lldb-commits] [PATCH] D130045: Implement better path matching in FileSpecList::FindFileIndex(...).

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 21 14:55:42 PDT 2022


clayborg added a comment.

I submitted https://reviews.llvm.org/D130309 to fix issues with FileSpec before I do a separate patch to add caching of the absolute/relative value. This patch is needed so we can control all locations where a string is modified so we can clear the cached value when things are updated inside of a FileSpec.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130045



More information about the lldb-commits mailing list