This is an archive of the discontinued LLVM Phabricator instance.

[clang][test] Remove check that fails if SOURCE_DATE_EPOCH is set globally
ClosedPublic

Authored by benlangmuir on Jan 24 2023, 3:37 PM.

Details

Summary

The check for "no SOURCE_DATE_EPOCH" wasn't especially interesting, and I am not aware of a _portable_ way to unset and environment variable in a lit test. So remove it since it can fail if the build environment has SOURCE_DATE_EPOCH set globally.

Diff Detail

Event Timeline

benlangmuir created this revision.Jan 24 2023, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:37 PM
benlangmuir requested review of this revision.Jan 24 2023, 3:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 3:38 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tstellar accepted this revision.Jan 24 2023, 3:40 PM

LGTM. Thank you.

This revision is now accepted and ready to land.Jan 24 2023, 3:40 PM
MaskRay accepted this revision.Jan 24 2023, 3:52 PM
This revision was landed with ongoing or failed builds.Jan 24 2023, 4:01 PM
This revision was automatically updated to reflect the committed changes.