[cfe-dev] Is there a way to let the AST matcher run on multiple files in parallel?
Han Wang
wanghan02 at gmail.com
Tue Jul 21 09:10:17 PDT 2015
Hi all,
Is there a way to let the AST matcher run on multiple files in parallel?
I'm working on Mac. I have some old windows code which may slow down the
compiling time (maybe for some other reasons I don't know exactly). So this
makes it necessary for me to analyze each translation unit in parallel.
At the moment I have only one mac which has 32 cores. I can live with that
if it could be fully parallel.
Thanks!
Best regards,
Han
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150721/ab800a96/attachment.html>
More information about the cfe-dev
mailing list