This revision was automatically updated to reflect the committed changes.
Closed by commit rGda83e9627352: Fix a regression in macOS-style path
remapping. (authored by aprantl).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.o
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
Sorry for breaking this functionality & thank you for fixing it!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70037/new/
https://reviews.llvm.org/D70037
__
aprantl created this revision.
aprantl added reviewers: JDevlieghere, labath, jasonmolenda.
When we switched to the LLVM .debug_line parser, the .dSYM-style path remapping
logic stopped working for relative paths because of how RemapSourceFile
silently fails for relative paths. This patch both m