I was playing around with changing the $HOME directory and when I provided a non-existing path LLDB would crash. I traced it down to the TildeExpressionResolver which would return an empty string when expansion fails, which in turn would be converted to the current working directory when calling MakeAbsolute.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo