summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-16 00:21:54 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-16 00:21:54 +0000
commit81ac842151e26d5c64cd744b654d199754155c2d (patch)
treec8624aed51634f26943a80042fd5e37392f66427 /clang/lib
parenta6cbf06d0a7068f307b77313a4a6cb73b3956984 (diff)
downloadbcm5719-llvm-81ac842151e26d5c64cd744b654d199754155c2d.tar.gz
bcm5719-llvm-81ac842151e26d5c64cd744b654d199754155c2d.zip
Switch some more of the modules tests over to "-emit-module-from-map",
and remove stray fprintf. llvm-svn: 144742
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Frontend/FrontendActions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp
index aea233b3133..243f5277ab1 100644
--- a/clang/lib/Frontend/FrontendActions.cpp
+++ b/clang/lib/Frontend/FrontendActions.cpp
@@ -165,8 +165,6 @@ bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
if (Module->UmbrellaHeader) {
// FIXME: Deal with explicit submodule headers, which won't be contained
// within the umbrella header.
- fprintf(stderr, "note: using umbrella header \"%s\"\n",
- Module->UmbrellaHeader->getName());
setCurrentFile(Module->UmbrellaHeader->getName(), getCurrentFileKind());
} else {
// FIXME: Deal with the non-umbrella case, where we have to synthesize
OpenPOWER on IntegriCloud