This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2c379030c Symtab: Remove one copy of symbol size computation code new 32064a7e2 [CMake] Streamline code signing for debugserver #2 new 81e7588a4 [CMake] Aggregate options for LLDB in LLDBConfig.cmake new afbaaa4bc [CMake] Move debugserver options to separate debugserverConfig.cmake
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 22 +--- cmake/modules/AddLLDB.cmake | 4 +- cmake/modules/LLDBConfig.cmake | 52 +++++--- cmake/modules/debugserverConfig.cmake | 3 + test/CMakeLists.txt | 8 +- tools/debugserver/CMakeLists.txt | 1 + tools/debugserver/source/CMakeLists.txt | 191 +++++++++++++++++++---------- unittests/tools/CMakeLists.txt | 2 +- unittests/tools/lldb-server/CMakeLists.txt | 2 +- 9 files changed, 170 insertions(+), 115 deletions(-) create mode 100644 cmake/modules/debugserverConfig.cmake