diff options
author | Martin Storsjö <martin@martin.st> | 2021-05-03 00:13:51 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2021-05-12 22:23:01 +0300 |
commit | 6bd3d8a17cef9108a338ada9b3dbed201bf9c158 (patch) | |
tree | 3fc2bd1e2be911f998f3dc2805caee36f0d6e015 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 77997f28d5954fa2417806586f2c5c9d1a0ffeef (diff) | |
download | llvm-6bd3d8a17cef9108a338ada9b3dbed201bf9c158.zip llvm-6bd3d8a17cef9108a338ada9b3dbed201bf9c158.tar.gz llvm-6bd3d8a17cef9108a338ada9b3dbed201bf9c158.tar.bz2 |
[libcxx] [test] Fix fs.op.last_write_time for Windows
Don't use stat and lstat on Windows; lstat is missing, stat only provides
the modification times with second granularity (and does the wrong thing
regarding symlinks). Instead do a minimal reimplementation using the
native windows APIs.
Differential Revision: https://reviews.llvm.org/D101731
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions