[PATCH] D139980: [lld-macho][test][nfc] Update stabs.s to use touch -d instead of -t

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 04:20:45 PST 2022


thakis added a comment.

`man touch` looks like `-d` wants simplified ISO 8601 form on macOS (and BSD: https://www.freebsd.org/cgi/man.cgi?query=touch&sektion=1) This works on my mac: `touch -d "1970-01-01T00:00:16Z"` So maybe that could work.

But as you say, that sounds like a bug in your container. Have you reported it to their upstream?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139980



More information about the llvm-commits mailing list