diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-01-04 18:22:19 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-01-04 18:22:19 +0000 |
commit | 86ebd03380dd5d1b5744fe48405445ea27faf1d6 (patch) | |
tree | e86d9554e8f2555c7606b703bd3d88ab73f0d0a1 /lib/Frontend/CompilerInstance.cpp | |
parent | fd5ac0d75abd6ead8dd39bf526b34eeaff81cef6 (diff) |
Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | lib/Frontend/CompilerInstance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/CompilerInstance.cpp b/lib/Frontend/CompilerInstance.cpp index c2333c4f40..ecc29654cb 100644 --- a/lib/Frontend/CompilerInstance.cpp +++ b/lib/Frontend/CompilerInstance.cpp @@ -978,8 +978,6 @@ CompilerInstance::loadModule(SourceLocation ImportLoc, return ModuleLoadResult(); } - getDiagnostics().Report(ModuleNameLoc, diag::warn_module_build) - << ModuleName; BuildingModule = true; compileModule(*this, ModuleNameLoc, Module, ModuleFileName); ModuleFile = FileMgr->getFile(ModuleFileName); |