[all-commits] [llvm/llvm-project] aad27a: [lldb] Check for arm64 in TestDisassembleRawData

Dave Lee via All-commits all-commits at lists.llvm.org
Sun Jan 9 21:37:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aad27a890754fe13bd57a99a838307fee81496ee
      https://github.com/llvm/llvm-project/commit/aad27a890754fe13bd57a99a838307fee81496ee
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2022-01-09 (Sun, 09 Jan 2022)

  Changed paths:
    M lldb/test/API/python_api/disassemble-raw-data/TestDisassembleRawData.py

  Log Message:
  -----------
  [lldb] Check for arm64 in TestDisassembleRawData

This test checks for `aarch64` but the lit config could also contain `arm64`.
This change adds `arm64` to make the test pass in all cases.

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




More information about the All-commits mailing list