]> granicus.if.org Git - clang/commit
Check module signature when the module has already been loaded
authorBen Langmuir <blangmuir@apple.com>
Sat, 8 Nov 2014 00:34:30 +0000 (00:34 +0000)
committerBen Langmuir <blangmuir@apple.com>
Sat, 8 Nov 2014 00:34:30 +0000 (00:34 +0000)
commit15e9ab9303981c49c238da1aaec6ba273ea3c893
treec6e1bbe790e1063f240dcdc34b73407a8bc6520c
parenta281c97d8f4da45931606790c9f5665196898052
Check module signature when the module has already been loaded

We may need to verify the signature on subsequent imports as well, just
like we verify the size/modtime:
@import A;
@import B; // imports A
@import C; // imports A

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