[all-commits] [llvm/llvm-project] 090306: Convert SVE macros into c++ constants and inlines

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Aug 19 00:28:49 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 090306fc80dbf3e524d0ce4a7c39e0852f0ba144
      https://github.com/llvm/llvm-project/commit/090306fc80dbf3e524d0ce4a7c39e0852f0ba144
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
    M lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp

  Log Message:
  -----------
  Convert SVE macros into c++ constants and inlines

This patch updates LLDB's in house version of SVE ptrace/sig macros by
converting them into constants and inlines. They are housed under sve
namespace and are used by process elf-core for reading SVE register data.

Reviewed By: labath

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




More information about the All-commits mailing list