Skip to content

Commit bc66e0c

Browse files
committed
Revert "Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default""
This reverts commit 5c9f768. Causes crashes, see comments on 5c9f768.
1 parent 3bdc4c7 commit bc66e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/BasicBlock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cl::opt<bool>
3434
UseNewDbgInfoFormat("experimental-debuginfo-iterators",
3535
cl::desc("Enable communicating debuginfo positions "
3636
"through iterators, eliminating intrinsics"),
37-
cl::init(true));
37+
cl::init(false));
3838

3939
DPMarker *BasicBlock::createMarker(Instruction *I) {
4040
assert(IsNewDbgInfoFormat &&

0 commit comments

Comments
 (0)