aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-08-10 16:03:03 -0400
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2020-08-10 16:03:14 -0400
commita680ea2c720751a3d724fd8282515924acb3bd32 (patch)
tree7c0953146a3966f6b4f96ef383226a701e6635bd /clang/lib/Frontend/CompilerInvocation.cpp
parent20abff0481d598c850d2690083f90700fc8c9603 (diff)
downloadllvm-a680ea2c720751a3d724fd8282515924acb3bd32.zip
llvm-a680ea2c720751a3d724fd8282515924acb3bd32.tar.gz
llvm-a680ea2c720751a3d724fd8282515924acb3bd32.tar.bz2
Fix "last accessed time" test failing on Windows
Before this patch, the tests in llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test used to fail on my machine, because the "last accessed time" is disabled in the OS by default since Windows XP. One needs to explicitly enable it for the feature to work. Otherwise the last access time is the last write time. Please see: https://superuser.com/questions/251263/the-last-access-date-is-not-changed-even-after-reading-the-file-on-windows-7 Differential Revision: https://reviews.llvm.org/D85669
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions