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 | 2060482ece6b810d930abaaa6ae3ae53dce97292 (patch) | |
tree | 4c10b163c07dd88b5e0ed980fa1ff8b46ea25da9 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | cbaf730927f917cb23bb803e797af57ed5cba24d (diff) | |
download | bcm5719-llvm-2060482ece6b810d930abaaa6ae3ae53dce97292.tar.gz bcm5719-llvm-2060482ece6b810d930abaaa6ae3ae53dce97292.zip |
Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>
llvm-svn: 171478
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index c2333c4f40b..ecc29654cb3 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/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); |