[PATCH] D12646: Add libc++ header path for DarwinClang builds

Kuba Brecka via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 8 09:13:27 PDT 2015


kubabrecka added a comment.

> > I first noticed it when I tried to run the version of clang-tidy I'd just built and found I had to pass the path for it to find iostream.

> 

> 

> I think it works if you a) check out libcxx into llvm/projects/libcxx b) run `make install` and c) run the binary from your install directory.


I don't think b) and c) are necessary.  At least for CMake builds, if you checkout libcxx, the output directory will get the C++ headers in the right place.


http://reviews.llvm.org/D12646





More information about the cfe-commits mailing list