summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-03-29 14:39:10 +0000
committerPavel Labath <labath@google.com>2016-03-29 14:39:10 +0000
commit6315e7f000bc1ca731b84b3cdedfd899738d780e (patch)
treedb973aa87bec511928b2441369fd1245b7649ef3
parent121e5bc95fd83fa3364815dffc7d887eebecefe9 (diff)
downloadbcm5719-llvm-6315e7f000bc1ca731b84b3cdedfd899738d780e.tar.gz
bcm5719-llvm-6315e7f000bc1ca731b84b3cdedfd899738d780e.zip
Revert the "build fix" in r264104
this was needed because lldb-mi temporarily contained references to private lldb symbols (lldb_private namespace), which it shouldn't have. The situation has since been rectified and this wasn't the right fix anyway, since it can lead to funny ODR violations. llvm-svn: 264733
-rw-r--r--lldb/tools/lldb-mi/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/tools/lldb-mi/CMakeLists.txt b/lldb/tools/lldb-mi/CMakeLists.txt
index 748ba8b0ea4..79f657a3ddd 100644
--- a/lldb/tools/lldb-mi/CMakeLists.txt
+++ b/lldb/tools/lldb-mi/CMakeLists.txt
@@ -82,8 +82,6 @@ if ( CMAKE_SYSTEM_NAME MATCHES "Windows" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD" )
)
endif ()
-include(../../cmake/LLDBDependencies.cmake)
-
add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES})
target_link_libraries(lldb-mi liblldb)
@@ -91,8 +89,6 @@ if ( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" )
target_link_libraries(lldb-mi pthread)
endif ()
-# TODO: why isn't this done by add_lldb_executable?
-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