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 8578b6e commit 9a5c0d6Copy full SHA for 9a5c0d6
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(true));
+ cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(false));
43
44
DPMarker *BasicBlock::createMarker(Instruction *I) {
45
assert(IsNewDbgInfoFormat &&
0 commit comments