We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f89dcd commit d4986f3Copy full SHA for d4986f3
llvm/lib/IR/IRPrintingPasses.cpp
@@ -27,7 +27,7 @@ cl::opt<bool> WriteNewDbgInfoFormat(
27
"write-experimental-debuginfo",
28
cl::desc("Write debug info in the new non-intrinsic format. Has no effect "
29
"if --preserve-input-debuginfo-format=true."),
30
- cl::init(false));
+ cl::init(true));
31
32
namespace {
33
0 commit comments