Also replace aarch64_be-*-eabi with aarch64_be
Using "eabi" for aarch64 targets is a common mistake and warned by Clang Driver.
We want to avoid it elsewhere as well. Just use the common "aarch64" without
other triple components.
Paths
| Differential D153943
[test] Replace aarch64-*-eabi with aarch64 ClosedPublic Authored by michaelplatings on Jun 28 2023, 12:46 AM.
Details
Summary Also replace aarch64_be-*-eabi with aarch64_be Using "eabi" for aarch64 targets is a common mistake and warned by Clang Driver.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 4:18 PM This revision was landed with ongoing or failed builds.Jun 29 2023, 1:06 AM Closed by commit rG54c79fa53c17: [test] Replace aarch64-*-eabi with aarch64 (authored by michaelplatings). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535666 clang/test/CodeGen/aarch64-bf16-lane-intrinsics.c
clang/test/CodeGen/aarch64-branch-protection-attr.c
clang/test/CodeGen/codemodels.c
clang/test/CodeGenCXX/bitfield-layout.cpp
clang/test/Driver/aarch64-features.c
clang/test/Driver/aarch64-security-options.c
clang/test/Driver/arm-wchar_t-defaults.c
clang/test/Driver/sls-hardening-options.c
clang/test/Preprocessor/init-arm.c
clang/test/Sema/aarch64-sve-alias-attribute.c
llvm/test/Analysis/MemorySSA/pr43320.ll
llvm/test/CodeGen/AArch64/arm64-aapcs-be.ll
llvm/test/CodeGen/AArch64/arm64-big-endian-varargs.ll
llvm/test/CodeGen/AArch64/arm64-ld-from-st.ll
llvm/test/CodeGen/AArch64/arm64-narrow-st-merge.ll
llvm/test/CodeGen/AArch64/arm64-trn.ll
llvm/test/CodeGen/AArch64/branch-target-enforcement-indirect-calls.ll
llvm/test/CodeGen/AArch64/bti-branch-relaxation.ll
llvm/test/CodeGen/AArch64/combine-andintoload.ll
llvm/test/CodeGen/AArch64/machine-outliner-outline-bti.ll
llvm/test/CodeGen/AArch64/stack-tagging-ex-2.ll
llvm/test/CodeGen/AArch64/tme.ll
llvm/test/DebugInfo/AArch64/big-endian.ll
llvm/test/MC/AArch64/align.s
llvm/test/MC/AArch64/directive-arch-negative.s
llvm/test/MC/AArch64/directive-arch.s
llvm/test/MC/AArch64/directive-cpu.s
llvm/test/MC/AArch64/directive-variant_pcs-err.s
llvm/test/MC/AArch64/error-location-during-layout.s
llvm/test/MC/AArch64/error-location-ldr-pseudo.s
llvm/test/MC/AArch64/error-location-post-layout.s
llvm/test/MC/AArch64/error-location.s
llvm/test/MC/AArch64/fixup-absolute-signed.s
llvm/test/MC/AArch64/fixup-absolute.s
llvm/test/MC/AArch64/fixup-out-of-range-edge.s
llvm/test/MC/AArch64/fixup-out-of-range.s
llvm/test/Transforms/LoopVectorize/AArch64/maximize-bandwidth-invalidate.ll
|