[PATCH] D34444: Teach codegen to work in incremental processing mode.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 13:49:40 PDT 2017
rsmith added a comment.
This makes sense to me, but I'd like John's input on whether this is a reasonable facility for CodeGen to have, and whether this is sufficient for (for example) inline function definitions to be emitted at the right times into the right `Module`s. (The tests for this appear to be in https://reviews.llvm.org/D34059.)
Repository:
rL LLVM
https://reviews.llvm.org/D34444
More information about the cfe-commits
mailing list