This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ca34493fa [SymbolFileNativePDB] Fix compilation errors with gcc. new 672a1ad09 Upstreaming the BridgeOS device support and the LC_BUILD_VERS [...]
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: .../{lc_version_min.yaml => lc_build_version.yaml} | 23 ++- lldb.xcodeproj/project.pbxproj | 33 +++- scripts/Xcode/package-clang-headers.py | 3 + source/API/SystemInitializerFull.cpp | 3 + source/Host/macosx/objcxx/HostInfoMacOSX.mm | 3 + .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 1 + .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 18 +- .../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 1 + .../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 2 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 1 + .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 2 +- .../Instruction/ARM/EmulateInstructionARM.cpp | 1 + .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 185 ++++++++++++++++++--- source/Plugins/Platform/MacOSX/CMakeLists.txt | 1 + .../Platform/MacOSX/PlatformDarwinKernel.cpp | 3 + ...teAppleTV.cpp => PlatformRemoteAppleBridge.cpp} | 118 ++++--------- ...RemoteAppleTV.h => PlatformRemoteAppleBridge.h} | 16 +- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 1 + source/Utility/ArchSpec.cpp | 14 +- 19 files changed, 288 insertions(+), 141 deletions(-) copy lit/Modules/{lc_version_min.yaml => lc_build_version.yaml} (92%) copy source/Plugins/Platform/MacOSX/{PlatformRemoteAppleTV.cpp => PlatformRemoteAp [...] copy source/Plugins/Platform/MacOSX/{PlatformRemoteAppleTV.h => PlatformRemoteAppl [...]