[all-commits] [llvm/llvm-project] 58b2a6: [LLD] [test] Avoid printing timestamps past INT32_...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Feb 13 11:44:46 PST 2024
Branch: refs/heads/release/18.x
Home: https://github.com/llvm/llvm-project
Commit: 58b2a6d3bcd0696e5014958d6e2fae967a1627f3
https://github.com/llvm/llvm-project/commit/58b2a6d3bcd0696e5014958d6e2fae967a1627f3
Author: Martin Storsjö <martin at martin.st>
Date: 2024-02-13 (Tue, 13 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.
(cherry picked from commit 0bf4ff29816c0eead99ba576a2df2e3c4d214b1f)
More information about the All-commits
mailing list