]> granicus.if.org Git - clang/commit
Don't refresh stat() info for pcm files
authorBen Langmuir <blangmuir@apple.com>
Mon, 19 May 2014 17:04:28 +0000 (17:04 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 19 May 2014 17:04:28 +0000 (17:04 +0000)
commit2e7f8bef22216e331116df5b492654d00cee4a25
tree480d44a9d10591ada5aec89d535102e4ba7903da
parent1919a364f04e8a1d56f213579330e88014b26a65
Don't refresh stat() info for pcm files

Follow-up fix for 209138.  Actually, since we already have this file
open, we don't want to refresh the stat() info, since that might be
newer than what we have open (bad!).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ModuleManager.cpp