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:
c087e20
)
Disable debug mode.
author
Devang Patel
<dpatel@apple.com>
Fri, 14 Jan 2011 15:55:50 +0000
(15:55 +0000)
committer
Devang Patel
<dpatel@apple.com>
Fri, 14 Jan 2011 15:55:50 +0000
(15:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123443
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/bugpoint.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/bugpoint.cpp
b/tools/bugpoint/bugpoint.cpp
index 1ebe443f9f53e4aed95e3d336720ac207faff97c..f9c9e18099eff3eb8288f2b58e018f734813c168 100644
(file)
--- a/
tools/bugpoint/bugpoint.cpp
+++ b/
tools/bugpoint/bugpoint.cpp
@@
-28,8
+28,8
@@
#include "llvm/Support/Valgrind.h"
#include "llvm/LinkAllVMCore.h"
-//
Enable this macro to debug bugpoint itself.
-#define DEBUG_BUGPOINT 0
+//Enable this macro to debug bugpoint itself.
+//#define DEBUG_BUGPOINT 1
using namespace llvm;