aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Module.cpp
diff options
context:
space:
mode:
authorJez Ng <jezng@fb.com>2021-04-22 19:08:04 -0400
committerJez Ng <jezng@fb.com>2021-04-22 19:35:32 -0400
commit8c17a875150f8e736e8f9061ddf084397f45f4c5 (patch)
tree7de50a529061451c449b02fa1091328b1cd08aaa /llvm/lib/IR/Module.cpp
parentb49337bbb9de63e4696cb1fc1d2809d2823ab460 (diff)
downloadllvm-8c17a875150f8e736e8f9061ddf084397f45f4c5.zip
llvm-8c17a875150f8e736e8f9061ddf084397f45f4c5.tar.gz
llvm-8c17a875150f8e736e8f9061ddf084397f45f4c5.tar.bz2
[re-land][lld-macho] Fix min version check
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. The original commit (aa05439c9cde) broke many tests that had inputs too new for our target platform (10.0). This commit changes the inputs to target 10.0, which was the simpler thing to do, but we should really just have our lit.local.cfg default to targeting 10.15... we're not likely to ever have proper support for the older versions anyway. I will follow up with a change to that effect. Differential Revision: https://reviews.llvm.org/D101114
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions