How to write and use chained PCHs

Eli Friedman eli.friedman at gmail.com
Tue Aug 13 17:27:00 PDT 2013


On Tue, Aug 13, 2013 at 5:21 PM, Yao SHEN <yaoshen at andrew.cmu.edu> wrote:

>  I want to try in following way. Would you please check if it is feasible
> for me?
>
> 1. For each .h file, I generate one PCH file;
>

This is already not feasible.  I mean, you can generate the files, but you
can't use multiple PCH files together to compile a .cpp file.

-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130813/44e0d5ac/attachment.html>


More information about the cfe-commits mailing list