aprantl added inline comments.
================ Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:4647 + const bool UsePointerValue) { + assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); + assert(!LexicalBlockStack.empty() && "Region stack mismatch, stack empty!"); ---------------- do you need a ``` if (DebugKind > codegenoptions::LimitedDebugInfo) return ``` here? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119178/new/ https://reviews.llvm.org/D119178 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits