Revert "Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default""
This reverts commit5c9f7682b0. Causes crashes, see comments on5c9f7682b0.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user