This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from afbaaa4bc [CMake] Move debugserver options to separate debugserverConfig.cmake new 54b5e13af [CMake] Revised LLDB.framework builds new 03e1ad782 [CMake] Revised RPATH handling new 78ca2edbc [CMake] Python bindings generation polishing
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 | 74 ++++--------- cmake/modules/AddLLDB.cmake | 126 ++++++++++++---------- cmake/modules/LLDBConfig.cmake | 42 +++++--- cmake/modules/LLDBFramework.cmake | 110 +++++++++++++++---- resources/{LLDB-Info.plist => LLDB-Info.plist.in} | 10 +- scripts/CMakeLists.txt | 45 ++++---- source/API/CMakeLists.txt | 55 +++++----- test/CMakeLists.txt | 3 +- tools/argdumper/CMakeLists.txt | 2 +- tools/darwin-debug/CMakeLists.txt | 2 +- tools/debugserver/CMakeLists.txt | 5 - tools/debugserver/source/CMakeLists.txt | 2 +- tools/driver/CMakeLists.txt | 5 +- tools/lldb-mi/CMakeLists.txt | 4 + tools/lldb-server/CMakeLists.txt | 2 +- tools/lldb-vscode/CMakeLists.txt | 4 + 16 files changed, 270 insertions(+), 221 deletions(-) copy resources/{LLDB-Info.plist => LLDB-Info.plist.in} (73%)