[Lldb-commits] [lldb] [lldb] Resolve symlinks when transferring files to remote devices (PR #189177)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 30 07:59:53 PDT 2026
https://github.com/JDevlieghere commented:
Transferring the content seems like a reasonable fallback if the symlink is absolute. However if the symlink is relative, as should be the case most of the time in a framework bundle (otherwise it's not relocatable), the current approach should work because `readlink` returns the contents of the symbolic link as it was created (so a relative path if it was created as such).
https://github.com/llvm/llvm-project/pull/189177
More information about the lldb-commits
mailing list