diff options
author | Mark de Wever <koraq@xs4all.nl> | 2024-04-23 19:42:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 19:42:00 +0200 |
commit | 579d30109ae9526ea3ec89d2cadc846bd8cffae5 (patch) | |
tree | a1b676621e545f91c035ed1ab0dd21894ab4d1d2 /llvm/lib/CodeGen/MachineBlockPlacement.cpp | |
parent | 3a9d8cd5fc5e07629b46901accb1884eae1af694 (diff) | |
download | llvm-579d30109ae9526ea3ec89d2cadc846bd8cffae5.zip llvm-579d30109ae9526ea3ec89d2cadc846bd8cffae5.tar.gz llvm-579d30109ae9526ea3ec89d2cadc846bd8cffae5.tar.bz2 |
[libc++][chrono] Fixes format output of negative values. (#89408)
When trying to express a time before the epoch (e.g. "one nanosecond
before 00:01:40 on 1900-01-01")
the date would be shown as:
1900-01-01 00:01:39.-00000001
After this patch, that time would be correctly shown as:
1900-01-01 00:01:39.999999999
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
0 files changed, 0 insertions, 0 deletions