This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from cfba6f5e9 Rename some variables in the std-module tests new 2043fe377 [Platform] Remove Kalimba Platform
The 1 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: include/lldb/Utility/ArchSpec.h | 7 - lldb.xcodeproj/project.pbxproj | 14 -- .../object-file/TestImageListMultiArchitecture.py | 2 - source/API/SystemInitializerFull.cpp | 3 - source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 73 +--------- source/Plugins/Platform/CMakeLists.txt | 1 - source/Plugins/Platform/Kalimba/CMakeLists.txt | 8 -- .../Plugins/Platform/Kalimba/PlatformKalimba.cpp | 153 --------------------- source/Plugins/Platform/Kalimba/PlatformKalimba.h | 78 ----------- source/Utility/ArchSpec.cpp | 48 ++----- tools/lldb-test/SystemInitializerTest.cpp | 3 - 11 files changed, 10 insertions(+), 380 deletions(-) delete mode 100644 source/Plugins/Platform/Kalimba/CMakeLists.txt delete mode 100644 source/Plugins/Platform/Kalimba/PlatformKalimba.cpp delete mode 100644 source/Plugins/Platform/Kalimba/PlatformKalimba.h