[PATCH] D105922: [lld-macho] Add LTO cache support

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 04:00:53 PDT 2021


thakis added inline comments.


================
Comment at: lld/test/MachO/lto-cache.ll:27
+;; --thin-lto-cache-policy should take precedence over -prune_after_lto
+; RUN: touch -t $(date -v-30M +%Y%m%d%H%M) %t/cache/llvmcache-baz
+; RUN: %lld -cache_path_lto %t/cache -prune_after_lto 900 \
----------------
Looks like `date -v` fails on Linux and Windows, see presubmit bot above.


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

https://reviews.llvm.org/D105922



More information about the llvm-commits mailing list