This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Allow running the bootstrapping CI build on Darwin
ClosedPublic

Authored by ldionne on Nov 11 2021, 8:56 AM.

Details

Summary

Instead of hard-coding the target for our CI nodes, use the default
compiler triple. Also, allow building compiler-rt for the single
specified triple in case we're running on Darwin (otherwise, the
bootstrapping build complains).

Diff Detail

Event Timeline

ldionne created this revision.Nov 11 2021, 8:56 AM
ldionne requested review of this revision.Nov 11 2021, 8:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 8:56 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne added a subscriber: jloser.Nov 11 2021, 8:57 AM
ldionne accepted this revision.Nov 11 2021, 11:11 AM
This revision is now accepted and ready to land.Nov 11 2021, 11:11 AM

@ldionne Thanks for this! I'll give it a try soon.