[cfe-dev] Standalone tools

Jacob Carlborg doob at me.com
Mon Apr 28 02:35:33 PDT 2014


On 28/04/14 09:51, Olivier Goffart wrote:

> I have been doing that even before clang had a VFS.
>
> The idea is using cmake to put the content of the file in the binary
>
> Using this cmake script
> https://github.com/woboq/moc-ng/blob/master/src/CMakeLists.txt#L57
> and
> https://github.com/woboq/moc-ng/blob/master/src/embedded_includes.h.in
> This puts the file contents into the binary
>
> Then I added a "-I/builtins" to the command line, and used
> ToolInvocation::mapVirtualFile to expose the files:
> http://code.woboq.org/mocng/src/main.cpp.html#354

Cool, I'll have a look at that as well.

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list