There is no supported toolchain which provides headers / libs / object files specific to the mips32r[3|5] and mips64r[3|5] ISA. So select "r2"
specific folders when they are available.
Details
Details
- Reviewers
dsanders
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM if that's formatted how clang-format would do it. Otherwise LGTM with the formatting nit fixed.
lib/Driver/ToolChains.cpp | ||
---|---|---|
1786–1788 | Nit: Is this what clang-format would do? I would have expected: addMultilibFlag( CPUName == "mips32r2" || CPUName == "mips32r3" || CPUName == "mips32r5", "march=mips32r2", Flags); |
Nit: Is this what clang-format would do? I would have expected: