diff options
author | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-03-19 12:13:18 +0100 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@syrmia.com> | 2020-03-19 13:57:30 +0100 |
commit | d9b962100942c71a4c26debaa716f7ab0c4ea8a1 (patch) | |
tree | c6ded0d1a6b5720a681b6b0a79a7914723a788ff /llvm/lib/CodeGen/CommandFlags.cpp | |
parent | dcbcec4822f47ec5b638dd9c20dcebd464569dae (diff) | |
download | llvm-d9b962100942c71a4c26debaa716f7ab0c4ea8a1.zip llvm-d9b962100942c71a4c26debaa716f7ab0c4ea8a1.tar.gz llvm-d9b962100942c71a4c26debaa716f7ab0c4ea8a1.tar.bz2 |
Reland D73534: [DebugInfo] Enable the debug entry values feature by default
The issue that was causing the build failures was fixed with the D76164.
Diffstat (limited to 'llvm/lib/CodeGen/CommandFlags.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CommandFlags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CommandFlags.cpp b/llvm/lib/CodeGen/CommandFlags.cpp index 7acb84d..d5dc49a 100644 --- a/llvm/lib/CodeGen/CommandFlags.cpp +++ b/llvm/lib/CodeGen/CommandFlags.cpp @@ -380,7 +380,7 @@ codegen::RegisterCodeGenFlags::RegisterCodeGenFlags() { static cl::opt<bool> EnableDebugEntryValues( "debug-entry-values", - cl::desc("Emit debug info about parameter's entry values"), + cl::desc("Enable debug info for the debug entry values."), cl::init(false)); CGBINDOPT(EnableDebugEntryValues); |