[PATCH] D108332: Have lit preserve SOURCE_DATE_EPOCH

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 23:40:26 PDT 2021


serge-sans-paille added a comment.

In D108332#2953877 <https://reviews.llvm.org/D108332#2953877>, @dblaikie wrote:

> What sort of use would we have for this variable inside lit tests?

Some llvm and clang tests rely on compression through zlib (e.g. when testing compressed debug info). In some case, compression output may differ, e.g. when some hardware acceleration happen (see https://github.com/madler/zlib/pull/410) and that issue can be mitigated by setting SOURCE_DATE_EPOCH


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108332/new/

https://reviews.llvm.org/D108332



More information about the llvm-commits mailing list