[PATCH] D108499: [clang][codegen] Don't assert on CurLinkModule for silenced diagnostic

Bob Haarman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 20 17:19:53 PDT 2021


inglorion added a comment.

There are some possible follow-ups here:

1. Making sure CurLinkModule is set in all (or at least more) cases.
2. Addressing the FIXME about warnings and notes.

I have some partial implementations of those ideas, but I figure we can take this change first while I figure out the other bits.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108499



More information about the cfe-commits mailing list