[Lldb-commits] [PATCH] D126435: NFC delay tilde expansion on source path remappings until we are opening a source file

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 26 00:53:38 PDT 2022


jasonmolenda added a comment.

Temporarily reverted for an x86_64 debian bot failure.  Probably my comparison of the first character of the FileSpec path with '~' in resolve_tilde() is crashing with some code path that hands us an empty/uninitialized FileSpec. Will try again tomorrow after looking more closely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126435



More information about the lldb-commits mailing list