mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
Dragonegg selfhost exposed additional cases where alloca usage moved outside of lifetime markers. Disabling the pass for now.
llvm-svn: 163623
This commit is contained in:
@@ -59,7 +59,7 @@ using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
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.");
|
||||
|
||||
Reference in New Issue
Block a user