[PATCH] D53123: Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 2 08:25:40 PDT 2018


tejohnson added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D53123





More information about the llvm-commits mailing list