This is an archive of the discontinued LLVM Phabricator instance.

[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.
We want to avoid it elsewhere as well. Just use the common "aarch64" without
other triple components.

Diff Detail

Event Timeline

michaelplatings requested review of this revision.Jun 28 2023, 12:46 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Jun 28 2023, 4:18 PM
This 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
This revision was automatically updated to reflect the committed changes.