diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 23:20:33 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-11 23:20:33 +0000 |
commit | 2df5458535c54c1e214da65191ef86c38b57da39 (patch) | |
tree | 7ed0d204439fdc93370c5d53557320f638a87c2c /lib | |
parent | 89f1582616a4f01a7f230fd97337e13c317f5d35 (diff) | |
download | external_llvm-2df5458535c54c1e214da65191ef86c38b57da39.zip external_llvm-2df5458535c54c1e214da65191ef86c38b57da39.tar.gz external_llvm-2df5458535c54c1e214da65191ef86c38b57da39.tar.bz2 |
The world is not ready for LiveDebugVariables yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/LiveDebugVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp index 1349bf5..9a67a63 100644 --- a/lib/CodeGen/LiveDebugVariables.cpp +++ b/lib/CodeGen/LiveDebugVariables.cpp @@ -40,7 +40,7 @@ using namespace llvm; static cl::opt<bool> -EnableLDV("live-debug-variables", cl::init(true), +EnableLDV("live-debug-variables", cl::desc("Enable the live debug variables pass"), cl::Hidden); char LiveDebugVariables::ID = 0; |