Try again enabling LiveDebugVariables.
llvm-svn: 123342
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableLDV("live-debug-variables",
|
||||
EnableLDV("live-debug-variables", cl::init(true),
|
||||
cl::desc("Enable the live debug variables pass"), cl::Hidden);
|
||||
|
||||
char LiveDebugVariables::ID = 0;
|
||||
|
||||
Reference in New Issue
Block a user