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).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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).
Comment Actions
Any idea for windows-gnu|windows-msvc|aix, which system uses arm64 as the canonical target triple name? I think all use aarch64 except arm64 for macOS/iOS?