[PATCH] D37954: Expand absolute system header paths when using -MD depfiles
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 17 14:47:02 PDT 2017
joerg added a comment.
The comments at the very least are misleading. Resolving the path doesn't necessary shorten the string at all, in many cases it will be longer. I'm really not sure if clang should resolve symlinks like this as it can be quite surprising.
https://reviews.llvm.org/D37954
More information about the cfe-commits
mailing list