[Lldb-commits] [lldb] [lldb] Fix tests to resolve symlinks when checking paths (PR #132053)

David Peixotto via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 20 12:51:12 PDT 2025


dmpots wrote:

> Resolving the symlink is not the right thing to do in some cases (such as when you symlinks define the actual/expected layout of the directory tree and the real paths are meaningless (e.g. nodes in some CAS storage). I would very much like to see solution that applies the fixes locally, where they are needed.

I updated the PR to only apply the fix locally. I had done it this way initially, but thought I would try the general fix first to avoid problems in the future.

Please take a look. Thanks!

https://github.com/llvm/llvm-project/pull/132053


More information about the lldb-commits mailing list