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

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 18:01:14 PST 2022


pzheng added a comment.

I did more experiments with the command. Looks like replacing UTC with GMT worked correctly in the container. For example, `env TZ=GMT touch -t "197001010000.16"`. This is functionally equivalent to `env TZ=UTC touch -t "197001010000.16"` and probably won't break anything. Any concern with this approach?


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