diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-02-28 23:15:15 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-28 23:15:15 +0000 |
commit | 39d994c78bf3d9844dcbf2a236d4178155168ebf (patch) | |
tree | 34e8b05d47b8382fe65aff1d739ac3bf8f3c19b3 /tools/CMakeLists.txt | |
parent | 6437d38a0deb0cd51607dd624a70d093ae347156 (diff) |
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 144e8ec3ea..4cf5aa5105 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -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) |