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 4612208 commit d759618Copy full SHA for d759618
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(false));
+ cl::init(true));
38
39
DPMarker *BasicBlock::createMarker(Instruction *I) {
40
assert(IsNewDbgInfoFormat &&
0 commit comments