<div dir="ltr">I've built and installed clang, but did so in the "typical" unix way:<br><br>mkdir build<br>cd build<div>../llvm/configure --prefix=...<br>make <br>make install<br><br>The libtooling instructions here say that to use libtooling, you have to build clang using CMake:</div>
<div><br></div><div><a href="http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html">http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html</a></div><div><br></div><div>However, it appears all the libtooling stuff is already build by the make that I've invoked, so I wouldn't think that I have to re-build clang a second time to use libtooling.</div>
<div><br></div><div style>Is the cmake dependency for clang tools just the requirement to generate this compilation database (this .json file).  If so, wouldn't the requirement be to do this for the project code that I want to run the tools on, not the clang or llvm build tree itself?</div>
<div style><br></div><div>-- <br>Peeter
</div></div>