[llvm] [DebugInfo][RemoveDIs] Use autoupgrader to convert old debug-info (PR #143452)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 02:51:07 PDT 2025


================
@@ -43,8 +41,6 @@ DbgMarker *BasicBlock::createMarker(Instruction *I) {
 }
 
 DbgMarker *BasicBlock::createMarker(InstListType::iterator It) {
-  assert(IsNewDbgInfoFormat &&
-         "Tried to create a marker in a non new debug-info block!");
----------------
OCHyams wrote:

Are the `IsNewDbgInfoFormat` deletions (here and in the unittest) from a different patch in the series? 

https://github.com/llvm/llvm-project/pull/143452


More information about the llvm-commits mailing list