diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-11-16 00:21:54 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-11-16 00:21:54 +0000 |
commit | 1432569f88c6da4da902df7571621f3ea3f76596 (patch) | |
tree | 3fd35106aad6ba570c8946e1220eb53f9d079fc8 /lib/Frontend | |
parent | db1cde7dc7bb3aaf48118bd9605192ab94a93635 (diff) |
Switch some more of the modules tests over to "-emit-module-from-map",
and remove stray fprintf.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend')
-rw-r--r-- | lib/Frontend/FrontendActions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp index aea233b313..243f5277ab 100644 --- a/lib/Frontend/FrontendActions.cpp +++ b/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 |