[modules] If the same .pcm file is imported via two different paths, don't
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Dec 2014 00:14:36 +0000 (00:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 9 Dec 2014 00:14:36 +0000 (00:14 +0000)
commit0c6387f7599b33436519859757391ea9133c5df8
tree6cc37c7687f9fcec57f7d64cf3403ebe04a3ce05
parentae394819c817c20c37cc8f7c4b5180c331321abd
[modules] If the same .pcm file is imported via two different paths, don't
complain that the contained modules are defined twice.

llvm-svn: 223724
clang/lib/Frontend/CompilerInstance.cpp
clang/test/Modules/explicit-build-relpath.cpp [new file with mode: 0644]