summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2019-08-23 14:43:11 +0300
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-29 04:28:35 -0400
commitbf9dfe1ca32270f5e946e0f8ac1bb97184de6e4c (patch)
treea0b9142a0f43caff401f6b0b1b3af85e70712c28 /.gitlab
parent66282ba5d7ef0e4f7491464fc05b83e4526c9704 (diff)
downloadhaskell-bf9dfe1ca32270f5e946e0f8ac1bb97184de6e4c.tar.gz
Fix LLVM version check yet again
There were two problems with LLVM version checking: - The parser would only parse x and x.y formatted versions. E.g. 1.2.3 would be rejected. - The version check was too strict and would reject x.y formatted versions. E.g. when we support version 7 it'd reject 7.0 ("LLVM version 7.0") and only accept 7 ("LLVM version 7"). We now parse versions with arbitrarily deep minor numbering (x.y.z.t...) and accept versions as long as the major version matches the supported version (e.g. 7.1, 7.1.2, 7.1.2.3 ...).
Diffstat (limited to '.gitlab')
0 files changed, 0 insertions, 0 deletions