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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D48499
[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
Diff Detail
Event TimelineHerald added subscribers: atanasyan, krytarowski, arichardson. · View Herald TranscriptJun 22 2018, 11:12 AM This revision is now accepted and ready to land.Jun 26 2018, 6:15 AM Closed by commit rC335653: [mips] Use more conservative default CPUs for MIPS on FreeBSD. (authored by jhb). · Explain WhyJun 26 2018, 12:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 152944 lib/Driver/ToolChains/Arch/Mips.cpp
test/Driver/freebsd-mips-as.c
test/Driver/freebsd.c
|