[PATCH] D85669: Fix "last accessed time" test failing on Windows

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 13:00:53 PDT 2020


aganea added a comment.

In D85669#2207688 <https://reviews.llvm.org/D85669#2207688>, @amccarth wrote:

> I'm OK with this.
>
> In an ideal world, it would be nice to ensure stripping preserves other the Windows creation timestamp while updating the last modification timestamp.

Thanks Adrian. The "last modification time" is preserved with `llvm-strip -p`, see `llvm\test\tools\llvm-objcopy\ELF\strip-preserve-mtime.test` which works fine (if that's what you meant).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85669



More information about the llvm-commits mailing list