This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add a CI job for macOS on arm64 hardware 🥳
ClosedPublic

Authored by ldionne on Jul 12 2021, 2:52 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rG2a399e60b6ea: [libc++] Add a CI job for macOS on arm64 hardware 🥳

Diff Detail

Event Timeline

ldionne created this revision.Jul 12 2021, 2:52 PM
ldionne requested review of this revision.Jul 12 2021, 2:52 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2021, 2:52 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a subscriber: libcxx-commits. · View Herald Transcript
ldionne updated this revision to Diff 358132.Jul 12 2021, 8:45 PM

Run jobs on c++20 instead of c++2b, since the latest stable AppleClang doesn't support -std=c++2b

ldionne updated this revision to Diff 358242.Jul 13 2021, 5:50 AM

Mark failing test as XFAIL

Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2021, 5:50 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 358262.Jul 13 2021, 7:27 AM

Rebase onto main, which contains ABI lists for arm64

ldionne accepted this revision.Jul 13 2021, 10:48 AM

The job passed after I fixed something on the host and re-tried. Shipping this.

This revision is now accepted and ready to land.Jul 13 2021, 10:48 AM
This revision was landed with ongoing or failed builds.Jul 13 2021, 10:49 AM
This revision was automatically updated to reflect the committed changes.