[PATCH] D97061: [llvm-cov] Compare path only to find the same file

Choongwoo Han via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 09:21:37 PST 2021


tunz added a comment.

I'm not sure about the background context about sys::fs::equivalent usage, so I added a new option for this change. I think the only difference is to follow symlinks, which doesn't look common and isn't worth keeping as a default to me.
I'd like to get some feedbacks about this change. I'll add tests and documentation if this looks good.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97061/new/

https://reviews.llvm.org/D97061



More information about the llvm-commits mailing list