From fbd2901a30d987614df74465e21879e268f2d3ea Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Wed, 2 Sep 2015 21:18:10 +0000 Subject: [PATCH] Remove inadvertent debug output from prior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246715 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Tools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 77d28d85ef..75bf7e4041 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -264,7 +264,6 @@ void Clang::AddPreprocessingOptions(Compilation &C, const JobAction &JA, const char *DepFile; if (Arg *MF = Args.getLastArg(options::OPT_MF)) { DepFile = MF->getValue(); - llvm::errs()<<"Your depfile is "<