Re: [PATCH] D23805: clang-cl: Make /Brepro actually work.

2016-08-23 Thread Nico Weber via cfe-commits
thakis closed this revision. thakis added a comment. 279555, thanks! https://reviews.llvm.org/D23805 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D23805: clang-cl: Make /Brepro actually work.

2016-08-23 Thread David Majnemer via cfe-commits
majnemer accepted this revision. majnemer added a comment. This revision is now accepted and ready to land. LGTM https://reviews.llvm.org/D23805 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/c

[PATCH] D23805: clang-cl: Make /Brepro actually work.

2016-08-23 Thread Nico Weber via cfe-commits
thakis created this revision. thakis added a reviewer: majnemer. thakis added a subscriber: cfe-commits. /Brepro means we want reproducible builds, i.e. we _don't_ want the timestamp that's needed to be compatible with the incremental linker. https://reviews.llvm.org/D23805 Files: include/cla