[Git][ghc/ghc][wip/llvm_19] Bump LLVM upper bound to allow LLVM 19

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Thu Sep 26 20:41:24 UTC 2024



Matthew Pickering pushed to branch wip/llvm_19 at Glasgow Haskell Compiler / GHC


Commits:
381458e8 by Matthew Pickering at 2024-09-26T20:55:37+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: 486541129a8e7bf77c2cf7cd76ca998f690d5685
+  DOCKER_REV: 575c404d23035c6e9b5815962e5c0e7d4f72ec88
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.


=====================================
configure.ac
=====================================
@@ -528,7 +528,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/381458e8b2eae8f53f09d991b70d043a02c4dc66

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/381458e8b2eae8f53f09d991b70d043a02c4dc66
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/20240926/e3f9c35b/attachment.html>


More information about the ghc-commits mailing list