[PATCH] D83652: Merge some of the PCH object support with modular codegen

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 13 05:35:40 PDT 2020


hans added a comment.

In D83652#2146732 <https://reviews.llvm.org/D83652#2146732>, @llunak wrote:

> > Do either of you know if it'd be practical to move to something more similar to .pcm handling, where the pch itself is passed to the compilation, rather than homed as a side effect of compiling some other source file?
>
> Do you mean dropping compatibility with 'cl.exe /Yc'?


I don't think we can change the interface, because we want cl.exe compatibility.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83652





More information about the cfe-commits mailing list