This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][test] Enable cross-target testing
ClosedPublic

Authored by maksfb on Mar 25 2022, 12:11 PM.

Details

Summary

Check for supported target architecture instead of the host arch when
deciding to execute non-runtime tests.

Diff Detail

Event Timeline

maksfb created this revision.Mar 25 2022, 12:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2022, 12:11 PM
maksfb requested review of this revision.Mar 25 2022, 12:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2022, 12:11 PM

Note that some tests needs adjustment (or moved under /runtime) before this diff could be landed.

Great patch, thank you!

maksfb updated this revision to Diff 420381.Apr 4 2022, 10:33 PM
maksfb edited the summary of this revision. (Show Details)

Rebase

Amir accepted this revision.Apr 4 2022, 10:59 PM
This revision is now accepted and ready to land.Apr 4 2022, 10:59 PM
This revision was automatically updated to reflect the committed changes.