Finish up CMake support for LLDB (tested on Linux)
authorDaniel Malea <daniel.malea@intel.com>
Thu, 28 Feb 2013 23:11:46 +0000 (23:11 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 28 Feb 2013 23:11:46 +0000 (23:11 +0000)
commit931b17c70549e9a932da87045106a2b15399becb
treecc7ff78b64cd2ce27b7a47fdcda58e20aa5e8d6e
parent33ebf836bce6e4343badf83ba75a61dac804dc8c
Finish up CMake support for LLDB (tested on Linux)
- add missing scripts (driver, tests, etc...)
- enable running of tests from cmake with "make check-lldb" target
- fix up problem with clang dependencies (this enables parallel builds)
- implement platform-specific FIXMEs in source/CMakeLists.txt

llvm-svn: 176306
lldb/CMakeLists.txt [new file with mode: 0644]
lldb/scripts/CMakeLists.txt [new file with mode: 0644]
lldb/source/CMakeLists.txt
lldb/source/Core/CMakeLists.txt
lldb/test/CMakeLists.txt [new file with mode: 0644]
lldb/tools/CMakeLists.txt [new file with mode: 0644]
lldb/tools/driver/CMakeLists.txt [new file with mode: 0644]