[PATCH] D69011: Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 16:13:46 PDT 2019


vsapsai added a comment.

The plan is to instrument `llvm::sys::fs::status` with `ALWAYS_ENABLED_STATITSTIC` to be able to catch regressions causing lots of `stat` calls. That's why replacing current `stat` calls. And it seems to be a good change regardless of future plans.


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

https://reviews.llvm.org/D69011





More information about the cfe-commits mailing list