[llvm] r210766 - CMake: don't install the internal config.h header

Jordan Rose jordan_rose at apple.com
Fri Jun 13 10:04:29 PDT 2014


On Jun 12, 2014, at 13:40 , Alp Toker <alp at nuanti.com> wrote:

> 
> On 12/06/2014 23:37, Reid Kleckner wrote:
>> Does the CMake standalone build work with this change?  IDE users typically use this to have separate projects for Clang and LLVM.  I believe Clang is built by pointing at an LLVM install directory.
> 
> Yes, it should work fine. That's what all the header cleanups were about.
> 
> If there's any problem, copy me in on the bug as a priority. The cleanups make it easy to embed the non-stable LLVM and clang tooling interfaces in C++ applications (caveat emptor, stability is a non-goal same as ever). Though I suspect the effort has also helped modules but Richard knows the deal there :-)


For the record, my existing setup worked fine, but I didn't do a clean build and I can't remember if Clang actually does know where the LLVM source lives anyway (i.e. which questions it asks of llvm-config).

Jordan



More information about the llvm-commits mailing list