]> granicus.if.org Git - clang/commit
On Windows, disable the modification-time check for files used in
authorDouglas Gregor <dgregor@apple.com>
Fri, 9 Apr 2010 15:54:22 +0000 (15:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 9 Apr 2010 15:54:22 +0000 (15:54 +0000)
commit9f692a0308975cf24ef117c05e31284a1a944e86
tree547319d1034210f01bab3ad0fb595e444ad5934d
parent4ecb25fa94897b2c03510292acace710e5262ba5
On Windows, disable the modification-time check for files used in
precompiled headers and/or when reading the contents of the file into
memory. These checks seem to be causing spurious regression-test
failures on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100866 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/SourceManager.cpp
lib/Frontend/PCHReader.cpp