This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Remove discouraged -gcc-toolchain
ClosedPublic

Authored by MaskRay on Aug 20 2021, 3:59 PM.

Details

Summary

Space separated driver options are uncommon but Clang traditionally
did not do a good job. --gcc-toolchain= is the preferred form.

This discourage form appears to be rare, so we can just drop it.

Diff Detail

Event Timeline

MaskRay created this revision.Aug 20 2021, 3:59 PM
MaskRay requested review of this revision.Aug 20 2021, 3:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2021, 3:59 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek accepted this revision.Aug 20 2021, 4:02 PM

LGTM

This revision is now accepted and ready to land.Aug 20 2021, 4:02 PM
This revision was automatically updated to reflect the committed changes.