This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Recognize arm64 as target-aarch64 in LIT
ClosedPublic

Authored by JDevlieghere on Feb 7 2022, 11:25 AM.

Details

Summary

Recognize arm64 triples as AArch64 so we can XFAIL/skip tests using target-aarch64.

Diff Detail

Event Timeline

JDevlieghere created this revision.Feb 7 2022, 11:25 AM
JDevlieghere requested review of this revision.Feb 7 2022, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2022, 11:25 AM
jhenderson accepted this revision.Feb 7 2022, 11:38 PM

Looks reasonable to me. I guess I'd be somewhat curious if this changed the number of tests that are now being run.

This revision is now accepted and ready to land.Feb 7 2022, 11:38 PM

Looks reasonable to me. I guess I'd be somewhat curious if this changed the number of tests that are now being run.

No difference on Darwin with and without the patch:

Testing Time: 244.61s

Unsupported      :   667
Passed           : 46288
Expectedly Failed:   168

Testing Time: 263.27s

Unsupported      :   667
Passed           : 46288
Expectedly Failed:   168
This revision was automatically updated to reflect the committed changes.