From bc66e0cf9feb8f3c38fa2e33850b6c6e5477fb21 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Tue, 13 Feb 2024 00:57:06 +0000 Subject: [PATCH] Revert "Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default"" This reverts commit 5c9f7682b090124d9a8b69f92d3f7c269dca25fc. Causes crashes, see comments on https://github.com/llvm/llvm-project/commit/5c9f7682b090124d9a8b69f92d3f7c269dca25fc. --- llvm/lib/IR/BasicBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/IR/BasicBlock.cpp b/llvm/lib/IR/BasicBlock.cpp index bf02eba9fb448d..fe9d0d08c5fe97 100644 --- a/llvm/lib/IR/BasicBlock.cpp +++ b/llvm/lib/IR/BasicBlock.cpp @@ -34,7 +34,7 @@ cl::opt 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 &&