[PATCH] D34444: Teach codegen to work in incremental processing mode.

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 13:20:43 PDT 2017


v.g.vassilev added a comment.

We use them as separate translation units due to the fact that we need to survive multiple calls to `HandleEndOfTranslationUnit`. This 'finalizes' the module, and we cannot write to it anymore. Even though we could write to it (this was the case when we were using the old JIT), with the orc infrastructure we generate machine code for the whole module.


Repository:
  rL LLVM

https://reviews.llvm.org/D34444





More information about the cfe-commits mailing list