This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 10e79c445 [CMake] Cleanup unnecessary definition new 112d3a38b [CMake] NFC. Cleanup unnecessary CMake policy new f17913b3e [CMake] Fix framework build new ac4ea1b2d [CMake] Rework construction of framework bundle new 2d5e7d27b [CMake] Update Framework construction for iOS new f47c6b2c5 [CMake] Build debugserver & debugserver_nonui
The 5 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 | 4 +- cmake/modules/AddLLDB.cmake | 8 +++- cmake/modules/LLDBStandalone.cmake | 4 -- scripts/framework-header-fix.sh | 13 ++++++ source/API/CMakeLists.txt | 44 ++++++++++++++++---- tools/debugserver/source/CMakeLists.txt | 72 +++++++++++++++++++++++++++++---- 6 files changed, 122 insertions(+), 23 deletions(-) create mode 100755 scripts/framework-header-fix.sh