How do I create a precompiled header from inside a clang-based project?

78 views Asked by At

I am working on a clang-based tool and I need to be able to create precompiled headers at certain times. Where can I find information about how to make one? The clang/LLVM documentation lacks any examples on how to do this, as far as I can tell.

0

There are 0 answers