[PATCH] D54883: [Support/FileSystem] Use st_atimespec only when __APPLE__ is defined

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 2 07:04:35 PST 2018


mgorny added a comment.

Machine time is cheap, human time isn't. Saving time on CMake checks in no way justifies wasting somebody else's time when the hardcoded values mismatch at least once.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54883





More information about the llvm-commits mailing list