]> granicus.if.org Git - clang/commit
Require a module.map file to load a module
authorBen Langmuir <blangmuir@apple.com>
Wed, 22 Jan 2014 23:19:39 +0000 (23:19 +0000)
committerBen Langmuir <blangmuir@apple.com>
Wed, 22 Jan 2014 23:19:39 +0000 (23:19 +0000)
commite637e4fc4563acd18b51ea4cf2d1354edabc93ae
tree49a06f1be47406d20d75a942fb97ae75c81fce61
parent0bdb54798cc7375eea20642e467cf33c53d4629a
Require a module.map file to load a module

Removes some old code that allowed a module to be loaded from a pcm file
even if the module.map could not be found.  Also update a number of
tests that relied on the old behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199852 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/Frontend/CompilerInstance.cpp
test/Modules/config_macros.m
test/Modules/diag-pragma.c
test/Modules/diamond-pch.c
test/Modules/diamond.c
test/Modules/irgen.c
test/Modules/linkage-merge.m
test/Modules/load_failure.c
test/Modules/lookup.cpp
test/Modules/lookup.m
test/Modules/macros.c
test/Modules/module-private.cpp
test/Modules/objc-categories.m
test/Modules/objc_redef.m
test/Modules/redecl-namespaces.mm
test/Modules/redeclarations.m
test/Modules/redecls/main.m