diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-05 09:45:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-05 09:45:44 +0200 |
commit | 3392226a2248b5cd93a899afb986917ce9e7ad74 (patch) | |
tree | 283fbf1299a8faee5738e26368afd8d0620931fe | |
parent | 9e94769ab97dd732a21e18f64a3a5b3319b511b8 (diff) |
Add bug number for Apple ar mtime truncation bug
-rw-r--r-- | build2/cc/link-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/link-rule.cxx b/build2/cc/link-rule.cxx index ebfe452..8b4d3ee 100644 --- a/build2/cc/link-rule.cxx +++ b/build2/cc/link-rule.cxx @@ -2705,7 +2705,7 @@ namespace build2 // Apple ar (from cctools) for some reason truncates fractional seconds // when running on APFS (HFS has a second resolution so it's not an // issue there). This can lead to object files being newer than the - // archive, which is naturally bad news. + // archive, which is naturally bad news. Filed as bug 49604334. // // Note that this block is not inside #ifdef __APPLE__ because we could // be cross-compiling, theoretically. We also make sure we use Apple's |