This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Add AArch64 builder and worker
ClosedPublic

Authored by Amir on Apr 23 2022, 9:03 AM.

Diff Detail

Event Timeline

Amir created this revision.Apr 23 2022, 9:03 AM
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Apr 23 2022, 9:03 AM
gkistanova accepted this revision.Apr 23 2022, 10:52 AM

LGTM.

When you will do the follow up changes, you may want to remove the clang version number from the name of the builder and from the paths. Using update-alternatives or something similar to manage the versions of the system tool chain might be a good idea. This way you will not need to make changes to zorg every time you update the tool chain.

This revision is now accepted and ready to land.Apr 23 2022, 10:52 AM
Amir updated this revision to Diff 424756.Apr 23 2022, 5:57 PM

Address feedback

This revision was automatically updated to reflect the committed changes.