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 173ce10 commit 71c8c00Copy full SHA for 71c8c00
llvm/lib/IR/BasicBlock.cpp
@@ -47,7 +47,7 @@ cl::opt<cl::boolOrDefault> PreserveInputDbgFormat(
47
bool WriteNewDbgInfoFormatToBitcode /*set default value in cl::init() below*/;
48
cl::opt<bool, true> WriteNewDbgInfoFormatToBitcode2(
49
"write-experimental-debuginfo-iterators-to-bitcode", cl::Hidden,
50
- cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(false));
+ cl::location(WriteNewDbgInfoFormatToBitcode), cl::init(true));
51
52
DbgMarker *BasicBlock::createMarker(Instruction *I) {
53
assert(IsNewDbgInfoFormat &&
0 commit comments