clang-cl: Make /Brepro actually work.
authorNico Weber <nicolasweber@gmx.de>
Tue, 23 Aug 2016 19:32:02 +0000 (19:32 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 23 Aug 2016 19:32:02 +0000 (19:32 +0000)
commit928776127810eab5896c5024ffa4866f41756622
tree312eb481ce8a2bf2e3465c8683cefa71e80a2963
parenta580361b7c3a7372c0e67d9e3bce07ffc947a466
clang-cl: Make /Brepro actually work.

/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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279555 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c