llvm-project/lldb/tools/debugserver/debugserver.xcodeproj
Jason Molenda 681f6c2f55 Un-conditionalize use of libcompression. debugserver only builds
on Darwin systems and libcompression has been in the OS for over
three years. 

Remove use of / linking to zlib.  We'll always have libcompression
available now.

Create a scratch buffer via compression_encode_scratch_buffer_size()
and use it in calls to compression_encode_buffer() to avoid 
compression_encode_buffer having to malloc & free a scratch buffer
on each call.  

Tested by forcing compression to be enabled on macos native (normally
only enabled on iOS et al devices), running the testsuite.

<rdar://problem/41601084>

llvm-svn: 349553
2018-12-18 22:21:48 +00:00
..
project.xcworkspace
xcshareddata/xcschemes Xcode suggested enabling a "no common blocks" warning 2015-10-29 00:21:14 +00:00
project.pbxproj Un-conditionalize use of libcompression. debugserver only builds 2018-12-18 22:21:48 +00:00