[PATCH] D134863: [LLVM][MC] Disable cfi-version test for aarch64-pc-windows*

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 02:09:54 PDT 2022


DavidSpickett added a comment.

Is `target_triple` some normalised triple because I do see some `arm64-windows` in the tests. E.g. `llvm/test/CodeGen/AArch64/arm64-windows-tailcall.ll` and `llvm/test/MC/AArch64/arm64ec.s`.

Checking for both would be fine (I half expect that at least clang would accept either, it's not very picky).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134863/new/

https://reviews.llvm.org/D134863



More information about the llvm-commits mailing list