[all-commits] [llvm/llvm-project] f1c74f: [LLVM][MC] Disable cfi-version test for aarch64-pc...

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Sep 29 02:38:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1c74f80c852d6c268dde56bf49bb217e3a4d6de
      https://github.com/llvm/llvm-project/commit/f1c74f80c852d6c268dde56bf49bb217e3a4d6de
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M llvm/test/MC/ELF/cfi-version.ll
    M llvm/test/lit.cfg.py

  Log Message:
  -----------
  [LLVM][MC] Disable cfi-version test for aarch64-pc-windows*

This patch disables MC/ELF/cfi-version.ll test as windows does not emit
.debug_frame needed by the test. This was previously disabled for arm64
but windows on arm uses aarch64-pc-windows* triple. Replacing arm64 with
aarch64 to accomodate windows aarch64 triple(s).

Reviewed By: DavidSpickett

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




More information about the All-commits mailing list