Add back the top-level target for 'llvm-config' and the dependency edge
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Nov 2011 17:22:57 +0000 (17:22 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Nov 2011 17:22:57 +0000 (17:22 +0000)
commit05a484b909935b26533ffe81f6cb426085ff78a8
treed37131d648df259e41854a8baa3123b2e01d738c
parent87633026d65acf8253e953bdcfd20bc351631f61
Add back the top-level target for 'llvm-config' and the dependency edge
to force it to build after all library targets so it has complete
dependency information. This should fix broken 'make install' with
CMake.

This is a partial revert of r143540, but it doesn't revert the most
important part of that change: removing the dependency edge from LLVM
tools to the llvm-config script.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143548 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/CMakeLists.txt