[Lldb-commits] [PATCH] D149096: [lldb] Speed up looking for dSYM next to executable

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 15:34:09 PDT 2023


JDevlieghere added a comment.

IMHO this is optimizing the wrong thing. If FileSpec is slow, then we should try to make that faster, instead of updating the different places it's used.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149096



More information about the lldb-commits mailing list