summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2016-03-22 21:37:56 +0000
committerSiva Chandra <sivachandra@google.com>2016-03-22 21:37:56 +0000
commitc8391975e32fbe286ec7acef6e49b50107d7a00b (patch)
treed24fc8b7d470e1a4d532007c19fcff21a7963cf8 /lldb
parent370d528a0521f38bef33e985b929609c74ee32ae (diff)
downloadbcm5719-llvm-c8391975e32fbe286ec7acef6e49b50107d7a00b.tar.gz
bcm5719-llvm-c8391975e32fbe286ec7acef6e49b50107d7a00b.zip
[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.
Reviewers: zturner Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D18377 llvm-svn: 264104
Diffstat (limited to 'lldb')
-rw-r--r--lldb/tools/lldb-mi/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/CMakeLists.txt b/lldb/tools/lldb-mi/CMakeLists.txt
index ee6f3c7f480..748ba8b0ea4 100644
--- a/lldb/tools/lldb-mi/CMakeLists.txt
+++ b/lldb/tools/lldb-mi/CMakeLists.txt
@@ -92,7 +92,7 @@ if ( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" )
endif ()
# TODO: why isn't this done by add_lldb_executable?
-#target_link_libraries(lldb-mi ${LLDB_USED_LIBS})
+target_link_libraries(lldb-mi ${LLDB_USED_LIBS})
llvm_config(lldb-mi ${LLVM_LINK_COMPONENTS})
set_target_properties(lldb-mi PROPERTIES VERSION ${LLDB_VERSION})
OpenPOWER on IntegriCloud