Revert "Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default""

This reverts commit 5c9f7682b0.

Causes crashes, see comments on 5c9f7682b0.
This commit is contained in:
Arthur Eubanks
2024-02-13 00:57:06 +00:00
parent 3bdc4c702d
commit bc66e0cf9f

View File

@@ -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 &&