This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 3a69bd971 Android.rules: build with "unified android headers" new 22ad11f0e Invert ArchSpec<->Platform dependency
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/Core/ArchSpec.h | 12 +-- include/lldb/Host/HostInfoBase.h | 7 ++ include/lldb/Target/Platform.h | 16 +++- source/API/SBDebugger.cpp | 4 +- source/API/SBInstruction.cpp | 4 +- source/API/SBTarget.cpp | 4 +- source/Commands/CommandObjectDisassemble.cpp | 3 +- source/Commands/CommandObjectPlatform.cpp | 4 +- source/Core/ArchSpec.cpp | 92 ++-------------------- source/Host/common/HostInfoBase.cpp | 18 +++++ source/Interpreter/OptionGroupArchitecture.cpp | 11 +-- .../GDBRemoteCommunicationServerCommon.cpp | 7 +- source/Target/Platform.cpp | 31 ++++++++ source/Target/Process.cpp | 4 +- unittests/Host/CMakeLists.txt | 1 + unittests/Host/HostInfoTest.cpp | 40 ++++++++++ .../InstEmulation/TestArm64InstEmulation.cpp | 10 +-- .../x86/Testx86AssemblyInspectionEngine.cpp | 4 +- 18 files changed, 144 insertions(+), 128 deletions(-) create mode 100644 unittests/Host/HostInfoTest.cpp