mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 09:13:38 +08:00
Previously unless ZERO_AR_DATE was set to any value, ld64.lld would embed non-hermetic timestamps into the final binary. This flips that default to zero those values unless ZERO_AR_DATE is set explicitly to 0. As far as I know there isn't a downside to this, except that it differs from ld64. Differential Revision: https://reviews.llvm.org/D135529