Major update to CMake build to reflect changes in r135219 in the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:40:52 +0000 (00:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 00:40:52 +0000 (00:40 +0000)
commit4afa2b842b8ecc61c2023832c7cbbf6b6116837a
tree63d752ab1db750cad043dd162129e39aad261791
parent96212ad674db09a03e803bcc5de98f2e5d367297
Major update to CMake build to reflect changes in r135219 in the
backend. Moved some MCAsmInfo files down into the MCTargetDesc
sublibraries, removed some (i suspect long) dead files from other parts
of the CMake build, etc. Also copied the include directory hack from the
Makefile.

Finally, updated the lib deps. I spot checked this, and think its
correct, but review appreciated there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135234 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMLibDeps.cmake
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/MCTargetDesc/CMakeLists.txt
lib/Target/Alpha/CMakeLists.txt
lib/Target/Blackfin/CMakeLists.txt
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
lib/Target/X86/CMakeLists.txt
lib/Target/X86/MCTargetDesc/CMakeLists.txt
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/MCTargetDesc/CMakeLists.txt