This is an archive of the discontinued LLVM Phabricator instance.

[mips] Use more conservative default CPUs for MIPS on FreeBSD.
ClosedPublic

Authored by bsdjhb on Jun 22 2018, 11:12 AM.

Details

Summary

FreeBSD defaults to mips3 for all MIPS ABIs with GCC as that is the
minimum MIPS architecture FreeBSD supports. Use mips3 for MIPS64 and
mips2 for MIPS32 to match.

Diff Detail

Repository
rC Clang

Event Timeline

bsdjhb created this revision.Jun 22 2018, 11:12 AM
This revision is now accepted and ready to land.Jun 26 2018, 6:15 AM
This revision was automatically updated to reflect the committed changes.