summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/Inputs/modules/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* [PCH/Modules] Check that the specific module cache path the PCH was built ↵Argyrios Kyrtzidis2015-02-191-0/+3
with, is the same as the one in the current compiler invocation. If they differ reject the PCH. This protects against the badness occurring from getting modules loaded from different module caches (see crashes). rdar://19889860 llvm-svn: 229909
OpenPOWER on IntegriCloud