This is an archive of the discontinued LLVM Phabricator instance.

clang-cl: Make /Brepro actually work.
ClosedPublic

Authored by thakis on Aug 23 2016, 8:20 AM.

Details

Reviewers
majnemer
Summary

/Brepro means we want reproducible builds, i.e. we _don't_ want the timestamp that's needed to be compatible with the incremental linker.

Diff Detail

Event Timeline

thakis updated this revision to Diff 68998.Aug 23 2016, 8:20 AM
thakis retitled this revision from to clang-cl: Make /Brepro actually work..
thakis updated this object.
thakis added a reviewer: majnemer.
thakis added a subscriber: cfe-commits.
majnemer accepted this revision.Aug 23 2016, 12:34 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 23 2016, 12:34 PM
thakis closed this revision.Aug 23 2016, 12:40 PM

279555, thanks!