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 9214e51 commit e419084Copy full SHA for e419084
llvm/lib/IR/BasicBlock.cpp
@@ -39,7 +39,7 @@ cl::opt<bool>
39
bool WriteNewDbgInfoFormatToBitcode /*set default value in cl::init() below*/;
40
cl::opt<bool, true> WriteNewDbgInfoFormatToBitcode2(
41
"write-experimental-debuginfo-iterators-to-bitcode", cl::Hidden,
42
- cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(false));
+ cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(true));
43
44
DPMarker *BasicBlock::createMarker(Instruction *I) {
45
assert(IsNewDbgInfoFormat &&
0 commit comments