This is an archive of the discontinued LLVM Phabricator instance.

[runtimes] Do not force -stdlib=libc++ on Apple platforms
ClosedPublic

Authored by ldionne on Nov 19 2021, 2:00 PM.

Details

Reviewers
mstorsjo
phosek
Group Reviewers
Restricted Project
Restricted Project
Commits
rG774f7832fb25: [runtimes] Do not force -stdlib=libc++ on Apple platforms
Summary

It is pointless to specify -stdlib=libc++ on Apple platforms since
that is the default anyway.

Diff Detail

Event Timeline

ldionne created this revision.Nov 19 2021, 2:00 PM
ldionne requested review of this revision.Nov 19 2021, 2:00 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 19 2021, 2:00 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
phosek accepted this revision.Nov 19 2021, 2:24 PM

LGTM

ldionne accepted this revision as: Restricted Project.Nov 22 2021, 9:04 AM
This revision is now accepted and ready to land.Nov 22 2021, 9:04 AM
This revision was automatically updated to reflect the committed changes.