[PATCH] D53123: Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 2 10:26:17 PDT 2018
MaskRay added a comment.
In https://reviews.llvm.org/D53123#1285506, @tejohnson wrote:
> Had to revert:
>
> commit edd04e964e15a71cad6786ec940475a837baabec (HEAD -> master, origin/master, origin/HEAD)
> Author: tejohnson <tejohnson at 91177308-0d34-0410-b5e6-96231b3b80d8>
> Date: Fri Nov 2 15:22:19 2018 +0000
>
> Revert "Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy"
>
> This reverts commit r345977.
>
> A few bots failing because the invocation of "touch" is not accepted on
> a couple other OSes. Specifically the -d argument is not accepted or requires
> a different format.
>
> http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/27103/steps/test_lld/logs/stdio
> http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/24974/steps/test_lld/logs/stdio
>
> git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@345980 91177308-0d34-0410-b5e6-96231b3b80d8
>
>
> Will need some investigation to figure out if there is a universally accepted invocation of touch that will do the trick.
https://reviews.llvm.org/D54039 :)
Repository:
rL LLVM
https://reviews.llvm.org/D53123
More information about the llvm-commits
mailing list