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 3bdc4c7 commit bc66e0cCopy full SHA for bc66e0c
llvm/lib/IR/BasicBlock.cpp
@@ -34,7 +34,7 @@ cl::opt<bool>
34
UseNewDbgInfoFormat("experimental-debuginfo-iterators",
35
cl::desc("Enable communicating debuginfo positions "
36
"through iterators, eliminating intrinsics"),
37
- cl::init(true));
+ cl::init(false));
38
39
DPMarker *BasicBlock::createMarker(Instruction *I) {
40
assert(IsNewDbgInfoFormat &&
0 commit comments