[all-commits] [llvm/llvm-project] fc5495: [lldb] Make TestAArch64AdrpAdd depend on the AArch...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Aug 17 04:47:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc5495c351a1f7ce28c7166a70113ce45906ff7b
      https://github.com/llvm/llvm-project/commit/fc5495c351a1f7ce28c7166a70113ce45906ff7b
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-08-17 (Tue, 17 Aug 2021)

  Changed paths:
    M lldb/test/API/functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py

  Log Message:
  -----------
  [lldb] Make TestAArch64AdrpAdd depend on the AArch64 target

LLDB is using LLVM's target-specific disassembler which is only available when
the respective LLVM target has been enabled in the build config.

This patch just skips the test if there is no arm64 target (and its
disassembler) available in the current build config.

Reviewed By: jasonmolenda

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




More information about the All-commits mailing list