This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Set the target triple by default in the standalone build
ClosedPublic

Authored by ldionne on Jul 26 2021, 8:49 AM.

Details

Summary

Even though the standalone build is deprecated, some people are still
relying on it (including libc++ itself for some configurations). Setting
the target triple will ensure that the build and the test suite behaves
consistently in the standalone and normal builds.

Diff Detail

Event Timeline

ldionne created this revision.Jul 26 2021, 8:49 AM
ldionne requested review of this revision.Jul 26 2021, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2021, 8:49 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 26 2021, 12:04 PM
This revision is now accepted and ready to land.Jul 26 2021, 12:04 PM