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)
- 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176307 91177308-0d34-0410-b5e6-96231b3b80d8

tools/CMakeLists.txt

index 144e8ec3ea6323415a31dec6d90094edd3326757..4cf5aa5105fe35c80dadb01eeb95e1e702735853 100644 (file)
@@ -56,6 +56,7 @@ endif()
 
 add_llvm_external_project(clang)
 add_llvm_external_project(lld)
+add_llvm_external_project(lldb)
 add_llvm_external_project(polly)
 
 set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)