[all-commits] [llvm/llvm-project] 0bf4ff: [LLD] [test] Avoid printing timestamps past INT32_...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Feb 12 03:22:57 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bf4ff29816c0eead99ba576a2df2e3c4d214b1f
      https://github.com/llvm/llvm-project/commit/0bf4ff29816c0eead99ba576a2df2e3c4d214b1f
  Author: Martin Storsjö <martin at martin.st>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
    M lld/test/COFF/timestamp.test

  Log Message:
  -----------
  [LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463)

If llvm-readobj is built with a 32 bit time_t, it can't print such
timestamps correctly.




More information about the All-commits mailing list