[cfe-dev] In-process compiler driver

Nikolay Haustov via cfe-dev cfe-dev at lists.llvm.org
Thu Jul 28 03:23:17 PDT 2016


Currently, Clang Driver library is designed around Actions/Tools which are
assumed to be external tools and invoked with ExecuteAndWait.

Is there a way to get benefits of driver library integration, but
in-process and without forking multiple processes? In other words,
compile from source to final executable without fork? If no, how hard would
it be to change driver library to make possible to do that?

Thanks
Nikolay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160728/15e6c759/attachment.html>


More information about the cfe-dev mailing list