Skip to content
  • Georg Koppen's avatar
    Bug 28716: Optionally omit timestamp in PE header · 6ca067d2
    Georg Koppen authored and boklm's avatar boklm committed
    Since r332613 lld has the option of setting the timestamp in PE headers
    to `0` which essentially is the behavior of ld's `--no-insert-timestamp`
    flag. However, we need a patch for lld's MingW target to pass this
    option on in our cross-compilation case, as it would not be available
    otherwise.
    6ca067d2