]> granicus.if.org Git - clang/commit
Add a test that we don't store stale modtime in modules
authorBen Langmuir <blangmuir@apple.com>
Tue, 27 May 2014 19:57:48 +0000 (19:57 +0000)
committerBen Langmuir <blangmuir@apple.com>
Tue, 27 May 2014 19:57:48 +0000 (19:57 +0000)
commitf28d22a72b9613518dbd92815d0c9a37177f2e5a
tree82759bbd4a89f163a7a44bf013ad55db7d03e34a
parentbc3f40cb78ab1c07450a1c3204c6a5d1a7b1a764
Add a test that we don't store stale modtime in modules

The change from r209195 turned out to be important to avoid saving stale
modification time/expected size information in a module file when there
are 3 or more modules in a dependency chain and the bottom one is
rebuilt. So add a test for that.

rdar://problem/17038180

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209682 91177308-0d34-0410-b5e6-96231b3b80d8
test/Modules/no-stale-modtime.m [new file with mode: 0644]