summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2019-07-02 23:36:39 +0000
committerJason Molenda <jmolenda@apple.com>2019-07-02 23:36:39 +0000
commit37aeca39ba2d0b2620ef1c6fae1c8b1b647c529a (patch)
treead613862d5fa521470947257db1dc738bf07fc44
parent45fa289eb136a7f4ee1178f87f896a563be6e221 (diff)
downloadbcm5719-llvm-37aeca39ba2d0b2620ef1c6fae1c8b1b647c529a.tar.gz
bcm5719-llvm-37aeca39ba2d0b2620ef1c6fae1c8b1b647c529a.zip
Update cmake build setup so lldb doesn't link against the DebugSymbols
framework on macOS, in line with the source/xcode project changes in r364243. <rdar://problem/49458356> llvm-svn: 364979
-rw-r--r--lldb/cmake/modules/LLDBConfig.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake
index 13b21a09166..e65b4bd9773 100644
--- a/lldb/cmake/modules/LLDBConfig.cmake
+++ b/lldb/cmake/modules/LLDBConfig.cmake
@@ -335,7 +335,6 @@ if (APPLE)
if(NOT IOS)
find_library(CARBON_LIBRARY Carbon)
find_library(CORE_SERVICES_LIBRARY CoreServices)
- find_library(DEBUG_SYMBOLS_LIBRARY DebugSymbols PATHS "/System/Library/PrivateFrameworks")
endif()
find_library(FOUNDATION_LIBRARY Foundation)
find_library(CORE_FOUNDATION_LIBRARY CoreFoundation)
OpenPOWER on IntegriCloud