llvm-capstone/lldb/tools
Jason Molenda 891c777f90 Instead of weak-linking against LoggingSupport framework (which
requires that this private framework be available - and it is not
available earlier than macOS 10.12 - to build lldb), dlopen the
framework binary on demand in debugserver.  We're already using
dlsym() to look up all the symbols so there is no need to use weak
linking here.

<rdar://problem/30158797> 

llvm-svn: 293135
2017-01-26 02:13:43 +00:00
..
argdumper [CMake] Refactor LLDB libraries and tools to be components 2016-12-15 22:01:17 +00:00
compact-unwind *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
darwin-debug [CMake] Refactor LLDB libraries and tools to be components 2016-12-15 22:01:17 +00:00
darwin-threads *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
debugserver Instead of weak-linking against LoggingSupport framework (which 2017-01-26 02:13:43 +00:00
driver Another windows build fix 2017-01-06 13:07:09 +00:00
install-headers add back an Xcode-specific Makefile for header installation 2016-01-28 22:34:36 +00:00
lldb-mi [lldb-mi] Fix implementation for a few mi commands 2017-01-05 13:23:47 +00:00
lldb-perf Make lldb -Werror clean for -Wstring-conversion 2017-01-06 00:38:06 +00:00
lldb-server Add a more succinct logging syntax 2017-01-18 11:00:26 +00:00
CMakeLists.txt Clean up some use of __ANDROID_NDK__ in the cmake files 2016-12-05 11:15:36 +00:00