dzhidzhoev added a comment. In D144006#4651955 <https://reviews.llvm.org/D144006#4651955>, @hans wrote:
> We're hitting an assert after this change: > > llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2331: > virtual void llvm::DwarfDebug::endFunctionImpl(const llvm::MachineFunction > *): > Assertion `LScopes.getAbstractScopesList().size() == NumAbstractSubprograms > && > "getOrCreateAbstractScope() inserted an abstract subprogram scope"' failed. > > See https://bugs.chromium.org/p/chromium/issues/detail?id=1487910#c3 for a > reproducer. > > I'll revert until it can be investigated/fixed. Thank you! Added a fix for that https://github.com/llvm/llvm-project/pull/68986. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D144006/new/ https://reviews.llvm.org/D144006 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits