Skip to content

Commit

Permalink
Revert "Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-…
Browse files Browse the repository at this point in the history
…info by default""

This reverts commit 5c9f768.

Causes crashes, see comments on 5c9f768.
  • Loading branch information
aeubanks committed Feb 13, 2024
1 parent 3bdc4c7 commit bc66e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/IR/BasicBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cl::opt<bool>
UseNewDbgInfoFormat("experimental-debuginfo-iterators",
cl::desc("Enable communicating debuginfo positions "
"through iterators, eliminating intrinsics"),
cl::init(true));
cl::init(false));

DPMarker *BasicBlock::createMarker(Instruction *I) {
assert(IsNewDbgInfoFormat &&
Expand Down

0 comments on commit bc66e0c

Please sign in to comment.