[PATCH] D70537: [clang] CGDebugInfo asserts `!DT.isNull()` when compiling with debug symbols

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 07:20:41 PST 2019


probinson added a comment.

I have to wonder if we're not being too eager to produce the debug info.  It seems that the undeduced type problem arises because we're trying to produce debug info before we've really finished instantiating `value<int>` here.  But how Clang works pretty much always confuses me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70537/new/

https://reviews.llvm.org/D70537





More information about the llvm-commits mailing list