Hi,
after
../src/configure --prefix=/home/axel/build/llvm/inst \
--enable-debug-runtime --enable-targets=host-only \
--enable-llvmc-dynamic; make; make install
I get all llvm headers and libs installed, but only the clang libs -
none of he clang headers is installed. Is that intentional? What's the
proposed way for non-llvm projects to #include clang headers?
Cheers, Axel.