[PATCH] D43511: [dsymutil] Be smarter in caching calls to realpath

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 10:31:50 PST 2018


davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.

The meta comment I have here is whether we need to segregate this is in `dsymutil` or expose that somewhere else (e.g. in `Support/`).
My feeling is that this utility could be of more general use for pathname resolution.
Among others, `lldb` calls realpath a bit, and maybe there are components in clang doing the same. Jonas, what do you think?


https://reviews.llvm.org/D43511





More information about the llvm-commits mailing list