Connect LLVM CMake build scripts to LLDB's CMake scripts:
authorDaniel Malea <daniel.malea@intel.com>
Thu, 28 Feb 2013 23:15:15 +0000 (23:15 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 28 Feb 2013 23:15:15 +0000 (23:15 +0000)
commit6e9b0406495585daa03d6aa2f6511d098e67eb6f
tree25470b4ff44924a6c45f5729e9ade3553f9b6025
parent931b17c70549e9a932da87045106a2b15399becb
Connect LLVM CMake build scripts to LLDB's CMake scripts:
- if you have LLDB checked out in $llvm/tools, CMake will build it now!
- LLDB is known to build on Linux with libstdc++ and GCC 4.6/4.7 or Clang 3.3
- to run lldb tests, do "make check-lldb" after a build

llvm-svn: 176307
llvm/tools/CMakeLists.txt