projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c600f3c
)
comment out debug code
author
Chris Lattner
<sabre@nondot.org>
Fri, 15 Sep 2006 23:01:10 +0000
(23:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 15 Sep 2006 23:01:10 +0000
(23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30401
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/ToolRunner.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/ToolRunner.cpp
b/tools/bugpoint/ToolRunner.cpp
index bcade20e5160f1fc2017a3c17d43be2818afaada..360b9c537089c5ee822c09250be7784c29b5b0e2 100644
(file)
--- a/
tools/bugpoint/ToolRunner.cpp
+++ b/
tools/bugpoint/ToolRunner.cpp
@@
-38,12
+38,12
@@
static int RunProgramWithTimeout(const sys::Path &ProgramPath,
redirects[1] = &StdOutFile;
redirects[2] = &StdErrFile;
-{
- std::cerr << "RUN:";
- for (unsigned i = 0; Args[i]; ++i)
- std::cerr << " " << Args[i];
- std::cerr << "\n";
-}
+
if (0)
{
+
std::cerr << "RUN:";
+
for (unsigned i = 0; Args[i]; ++i)
+
std::cerr << " " << Args[i];
+
std::cerr << "\n";
+
}
return
sys::Program::ExecuteAndWait(ProgramPath, Args, 0, redirects, NumSeconds);