[all-commits] [llvm/llvm-project] 10f5e0: [LLDB] Testsuite: Add helper to check for AArch64 ...

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Mon Jul 12 02:22:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10f5e08a7124d2efb5b3a58a041363dbe291fefd
      https://github.com/llvm/llvm-project/commit/10f5e08a7124d2efb5b3a58a041363dbe291fefd
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/test/API/functionalities/memory/tag/TestMemoryTag.py
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py

  Log Message:
  -----------
  [LLDB] Testsuite: Add helper to check for AArch64 target

This patch adds a helper function to test target architecture is
AArch64 or not. This also tightens isAArch64* helpers by adding an
extra architecture check.

Reviewed By: DavidSpickett

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




More information about the All-commits mailing list