clang/cmake
Reid Kleckner 31cb91e5a8 Add call to find_package to load LLVM dependencies
ClangConfig requires LLVMConfig, so add find_package call in
ClangConfig so find_package(clang REQUIRED CONFIG) will just work.  This
makes it easier for cmake based projects to use clang, e.g., tools using
ClangTooling.

Patch by Don Hinton

Differential Revision: http://reviews.llvm.org/D13622

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261290 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-19 00:56:56 +00:00
..
caches [CMake] For multi-stage builds to be deterministic we need to disable timestamps. 2016-02-10 02:17:21 +00:00
modules Add call to find_package to load LLVM dependencies 2016-02-19 00:56:56 +00:00