[PATCH] D89186: [lit] Avoid calling realpath() for every printed message

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 10:05:58 PDT 2020


yln accepted this revision.
yln added a comment.
This revision is now accepted and ready to land.

Just making sure I understand:
This is an implementation detail only and the message format stays the same (and it works on all platforms).
The only difference in behavior is that we don't resolve symlinks anymore; and we don't care about that.

LGTM, if the above is true.

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89186



More information about the llvm-commits mailing list