Skip to content

Commit d4986f3

Browse files
committed
Print debug records by default
1 parent 6f89dcd commit d4986f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/IRPrintingPasses.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cl::opt<bool> WriteNewDbgInfoFormat(
2727
"write-experimental-debuginfo",
2828
cl::desc("Write debug info in the new non-intrinsic format. Has no effect "
2929
"if --preserve-input-debuginfo-format=true."),
30-
cl::init(false));
30+
cl::init(true));
3131

3232
namespace {
3333

0 commit comments

Comments
 (0)