[all-commits] [llvm/llvm-project] a337c1: [lld-macho][test][nfc] Update stabs.s to use GMT t...

pzhengqc via All-commits all-commits at lists.llvm.org
Fri Dec 23 08:52:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a337c16d96a0e4bf0b0fb4faebc08c8a1a13a68b
      https://github.com/llvm/llvm-project/commit/a337c16d96a0e4bf0b0fb4faebc08c8a1a13a68b
  Author: Pengxuan Zheng <pzheng at quicinc.com>
  Date:   2022-12-23 (Fri, 23 Dec 2022)

  Changed paths:
    M lld/test/MachO/stabs.s

  Log Message:
  -----------
  [lld-macho][test][nfc] Update stabs.s to use GMT time zone instead of UTC

This is to work around a singularity container issue we ran into recently. The
container fails to honor the time zone setting (TZ=UTC) when executing the touch
command. Replacing UTC with GMT worked correctly in the container. This change
does not change (at least not intentionally) the function of the test in any way
since GMT and UTC should be equivalent AFAIK. Please refer to the discussions in
D139980 for more background information.

Reviewed By: int3, #lld-macho

Differential Revision: https://reviews.llvm.org/D140233




More information about the All-commits mailing list