From: Jason Molenda Date: Tue, 2 Jul 2019 23:36:39 +0000 (+0000) Subject: Update cmake build setup so lldb doesn't link against the DebugSymbols X-Git-Tag: llvmorg-10-init~1412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37aeca39ba2d0b2620ef1c6fae1c8b1b647c529a;p=platform%2Fupstream%2Fllvm.git 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. llvm-svn: 364979 --- diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index 13b21a0..e65b4bd 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)