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:
3b132fa
)
Disable stack coloring because it makes dragonegg fail bootstrapping.
author
Nadav Rotem
<nrotem@apple.com>
Mon, 10 Sep 2012 21:17:58 +0000
(21:17 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Mon, 10 Sep 2012 21:17:58 +0000
(21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163545
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/StackColoring.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/StackColoring.cpp
b/lib/CodeGen/StackColoring.cpp
index eb4ebb76f2989a5c83c2a14dcc3dd8822daf1961..927ecef17160ba8971397e156acf4bc6d520d049 100644
(file)
--- a/
lib/CodeGen/StackColoring.cpp
+++ b/
lib/CodeGen/StackColoring.cpp
@@
-59,7
+59,7
@@
using namespace llvm;
static cl::opt<bool>
DisableColoring("no-stack-coloring",
- cl::init(
fals
e), cl::Hidden,
+ cl::init(
tru
e), cl::Hidden,
cl::desc("Suppress stack coloring"));
STATISTIC(NumMarkerSeen, "Number of life markers found.");