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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 22 13:36:38 PDT 2022


clayborg added a comment.

Submitted the absolute caching stuff in FileSpec with https://reviews.llvm.org/D130396. I will rebase this on top of that diff when it gets checked in.

I will also revert changes to FindFileIndex, and then add a new FindContainedFileIndex(...) with the contents of this patch's FindFileIndex and explain that it will allow the specified file to be relative and have it match any files those suffix matches, or any file in the file list can be relative and as along as the suffix matches the specified file.


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