mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
Enable stack coloring.
llvm-svn: 163539
This commit is contained in:
parent
ab77839866
commit
bc8f2b49c9
@ -59,7 +59,7 @@ using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
DisableColoring("no-stack-coloring",
|
||||
cl::init(true), cl::Hidden,
|
||||
cl::init(false), cl::Hidden,
|
||||
cl::desc("Suppress stack coloring"));
|
||||
|
||||
STATISTIC(NumMarkerSeen, "Number of life markers found.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user