We had got it backwards... the minimum version of the target
should be higher than the min version of the object files, presumably
since new platforms are backwards-compatible with older formats.
Fixes PR50078.
Differential D101114
[lld-macho] Fix min version check int3 on Apr 22 2021, 2:58 PM. Authored by
Details
We had got it backwards... the minimum version of the target Fixes PR50078.
Diff Detail
Unit Tests Event TimelineComment Actions I goofed and forgot to run the rest of the test suite before landing. Turns out we had silent version mismatches everywhere. I've temporarily made our tests target the older version in rG8c17a875150f8e736e8f9061ddf084397f45f4c5, but will follow up with a diff to make everything just target a modern version instead. |