Update cmake build setup so lldb doesn't link against the DebugSymbols
authorJason Molenda <jmolenda@apple.com>
Tue, 2 Jul 2019 23:36:39 +0000 (23:36 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 2 Jul 2019 23:36:39 +0000 (23:36 +0000)
framework on macOS, in line with the source/xcode project changes in
r364243.
<rdar://problem/49458356>

llvm-svn: 364979

lldb/cmake/modules/LLDBConfig.cmake

index 13b21a0..e65b4bd 100644 (file)
@@ -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)