This is an archive of the discontinued LLVM Phabricator instance.

[clang][scan-build] Use cc/c++ instead of gcc/g++ on FreeBSD.
ClosedPublic

Authored by fcambus on Nov 24 2021, 5:32 AM.

Details

Summary

All supported FreeBSD platforms do not have GCC in base anymore.

Diff Detail

Event Timeline

fcambus created this revision.Nov 24 2021, 5:32 AM
fcambus requested review of this revision.Nov 24 2021, 5:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 24 2021, 5:32 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mgorny accepted this revision.Dec 1 2021, 1:28 PM

I really hate that we need to hardcode defaults like this but this is outside this patch. IMHO cc/c++ should work everywhere.

This revision is now accepted and ready to land.Dec 1 2021, 1:28 PM
brooks added a subscriber: brooks.Dec 1 2021, 3:38 PM

Thanks, this will kill off one of the patches in our ports.

This revision was automatically updated to reflect the committed changes.