[Git][ghc/ghc][wip/hadrian-cross-stage2-riscv] Bump LLVM upper bound to allow LLVM 19

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Fri Sep 27 15:43:11 UTC 2024



Matthew Pickering pushed to branch wip/hadrian-cross-stage2-riscv at Glasgow Haskell Compiler / GHC


Commits:
5b51dc5f by Matthew Pickering at 2024-09-27T16:42:58+01:00
Bump LLVM upper bound to allow LLVM 19

Also bumps the ci-images commit so that the deb12 images uses LLVM 19
for testing.

-------------------------
Metric Decrease:
    size_hello_artifact_gzip
    size_hello_unicode_gzip
-------------------------

Fixes #25295

- - - - -


2 changed files:

- .gitlab-ci.yml
- configure.ac


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
   GIT_SSL_NO_VERIFY: "1"
 
   # Commit of ghc/ci-images repository from which to pull Docker images
-  DOCKER_REV: bd0e387ad7f67e16b79a7d940ca65452a6d20c04
+  DOCKER_REV: 575c404d23035c6e9b5815962e5c0e7d4f72ec88
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.


=====================================
configure.ac
=====================================
@@ -561,7 +561,7 @@ AC_SUBST(InstallNameToolCmd)
 # versions of LLVM simultaneously, but that stopped working around
 # 3.5/3.6 release of LLVM.
 LlvmMinVersion=13  # inclusive
-LlvmMaxVersion=19 # not inclusive
+LlvmMaxVersion=20  # not inclusive
 AC_SUBST([LlvmMinVersion])
 AC_SUBST([LlvmMaxVersion])
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5b51dc5fc7bd7e99bc16b16c2b93e1f77eb4e29a

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5b51dc5fc7bd7e99bc16b16c2b93e1f77eb4e29a
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240927/069c5fed/attachment-0001.html>


More information about the ghc-commits mailing list