[PATCH] D110475: [LLVM][IR] Resolve Verifier FIXME: remove if (V->isArtificial()) check

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 10:07:58 PST 2022


jeroen.dobbelaere added a comment.

In D110475#3127752 <https://reviews.llvm.org/D110475#3127752>, @gAlfonso-bit wrote:

> Yes, the big one being that we don't use GDB and use LLDB instead. @xgupta

I was more interested in knowing what change in clang related to producing artificial debug info (isArtificial) makes this valid now.  If there was no such change, then the assertions in `verifyFragmentExpression` might trigger (Or this code should not have been there).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110475



More information about the llvm-commits mailing list