[PATCH] D144006: [DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 05:24:41 PDT 2023
hans added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144006/new/
https://reviews.llvm.org/D144006
More information about the llvm-commits
mailing list