[CMake] Deliberately get all LLVM library dependencies for standalone builds.
authorJordan Rose <jordan_rose@apple.com>
Wed, 5 Feb 2014 00:02:42 +0000 (00:02 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 5 Feb 2014 00:02:42 +0000 (00:02 +0000)
commitab70fcff6b8a567cbe438ac84f210923496a2c0c
treec163e2f3f974de0349fd1b054a716bfc79687aec
parent1b7969eee250d4e3d12666a909971dd26adcbd77
[CMake] Deliberately get all LLVM library dependencies for standalone builds.

CMake won't expand the dependency graph for us if the dependencies are in
another project, which leads to link errors in the standalone build.
This is a refinement of r200765.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200812 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVM-Config.cmake