[all-commits] [llvm/llvm-project] 9b9583: [LLDB] Add core definition for armv8l and armv7l

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Tue Nov 12 16:41:56 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b958356983afffaf56788f37bdab9213369fa45
      https://github.com/llvm/llvm-project/commit/9b958356983afffaf56788f37bdab9213369fa45
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/source/Utility/ArchSpec.cpp

  Log Message:
  -----------
  [LLDB] Add core definition for armv8l and armv7l

This patch adds core definitions in lldb ArchSpecs for armv8l and armv7l cores.

This was needed because on Linux running on 32-bit Arm v8 we are returned
armv8l in case we are running 32-bit sysroot on 64bit kernel. In case of 32-bit
kernel and 32-bit sysroot running on arm v8 hardware we are returned armv7l.
This is quite common when we run 32 bit arm using docker container.

Signed-off-by: Muhammad Omair Javaid <omair.javaid at linaro.org>

Differential Revision: https://reviews.llvm.org/D69904




More information about the All-commits mailing list