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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 20 14:35:51 PDT 2022


clayborg added a comment.

sounds good, I will split out the caching into a separate patch. I will try to use the llvm::Optional<bool> as long as it doesn't increase the size of FileSpec which is currently at 24 bytes.

I will also split out the file index matching into a new function that allows relative matches and only switch the line table search stuff over to use it so we don't affect any other clients of FileSpecList.


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