[PATCH] D156537: [CodeGen] Keep track of eagerly emitted globals

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 07:23:57 PDT 2023


Hahnfeld added a comment.

@v.g.vassilev do we have a means to detect this case? In D156897 <https://reviews.llvm.org/D156897>, I'm refactoring all accesses to `EmittedDeferredDecl` to go via `addEmittedDeferredDecl`, so we should just add an early return when not emitting for a REPL.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156537



More information about the cfe-commits mailing list