From 65c05fa79cce9cd434a7fabbb352c17e4a000f2c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 6 Feb 2012 19:43:51 +0000 Subject: Rewrite the debug action handling to take -verify into account. Add a quiet option for dwarfdump and move it out of NDEBUG only. Still requires an option as we don't want this on by default. llvm-svn: 149894 --- clang/lib/Driver/Tools.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Driver/Tools.cpp') diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 0b713c111b0..ef065e8fc03 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -4081,6 +4081,7 @@ void darwin::VerifyDebug::ConstructJob(Compilation &C, const JobAction &JA, CmdArgs.push_back("--verify"); CmdArgs.push_back("--debug-info"); CmdArgs.push_back("--eh-frame"); + CmdArgs.push_back("--quiet"); assert(Inputs.size() == 1 && "Unable to handle multiple inputs."); const InputInfo &Input = Inputs[0]; -- cgit v1.2.3