Comment 18 for bug 1365432

Revision history for this message
layus (layus-on) wrote :

llvm-dev provides LLVMConfig.cmake (see http://packages.ubuntu.com/search?mode=exactfilename&suite=xenial&section=all&arch=any&keywords=LLVMConfig.cmake&searchon=contents), which is found by cmake if you use `find_package(LLVM CONFIG)`.
This is enough for LLVM to find its components and such.

However, the bug is still not solved for Clang. I think the correct bug for Clang is https://bugs.launchpad.net/ubuntu/+source/clang/+bug/1365434