From: Nadav Rotem Date: Mon, 10 Sep 2012 21:17:58 +0000 (+0000) Subject: Disable stack coloring because it makes dragonegg fail bootstrapping. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8631a90f46f4dada3b2082d81d17846210cfd7d8;p=oota-llvm.git Disable stack coloring because it makes dragonegg fail bootstrapping. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/StackColoring.cpp b/lib/CodeGen/StackColoring.cpp index eb4ebb76f29..927ecef1716 100644 --- a/lib/CodeGen/StackColoring.cpp +++ b/lib/CodeGen/StackColoring.cpp @@ -59,7 +59,7 @@ using namespace llvm; static cl::opt DisableColoring("no-stack-coloring", - cl::init(false), cl::Hidden, + cl::init(true), cl::Hidden, cl::desc("Suppress stack coloring")); STATISTIC(NumMarkerSeen, "Number of life markers found.");