This is an archive of the discontinued LLVM Phabricator instance.

[Driver][FreeBSD] Further simplify the Driver handling for older FreeBSD releases
ClosedPublic

Authored by brad on Feb 24 2023, 10:51 PM.

Details

Summary

With the last diff as I was simplifying some bits and removing FreeBSD 8 / 9 support I forgot to do this part as well.

Since GCC 4.2 was removed with 10.0 and newer the respective Driver bits can be removed.

Diff Detail

Event Timeline

brad created this revision.Feb 24 2023, 10:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2023, 10:51 PM
brad requested review of this revision.Feb 24 2023, 10:51 PM
dim accepted this revision.Feb 25 2023, 5:24 AM

LGTM, are there no test cases which are affected by this?

This revision is now accepted and ready to land.Feb 25 2023, 5:24 AM
brad added a comment.Feb 25 2023, 5:32 PM

LGTM, are there no test cases which are affected by this?

The stdc++ library test for FreeBSD 9 was removed in the previous diff and I don't see anything testing the header path.

This revision was landed with ongoing or failed builds.Feb 25 2023, 5:36 PM
This revision was automatically updated to reflect the committed changes.