[PATCH] D135045: [Frontend] Recognize environment variable SOURCE_DATE_EPOCH
Ed Maste via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 07:02:01 PDT 2022
emaste added a comment.
> The time_t value may be negative
True, but we do not need to allow a negative `SOURCE_DATE_EPOCH` though. The spec implies that it must be nonnegative, although doesn't say so explicitly. https://reproducible-builds.org/specs/source-date-epoch/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135045/new/
https://reviews.llvm.org/D135045
More information about the cfe-commits
mailing list