[Git][ghc/ghc][master] Clarify that LLVM upper bound is non-inclusive during configure (#22411)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Fri Nov 11 05:27:49 UTC 2022



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
707d5651 by Zubin Duggal at 2022-11-11T00:27:31-05:00
Clarify that LLVM upper bound is non-inclusive during configure (#22411)

- - - - -


1 changed file:

- m4/find_llvm_prog.m4


Changes:

=====================================
m4/find_llvm_prog.m4
=====================================
@@ -18,15 +18,15 @@ AC_DEFUN([FIND_LLVM_PROG],[
         AS_IF([test x"$PROG_VERSION" = x],
           [AC_MSG_RESULT(no)
            $1=""
-           AC_MSG_NOTICE([We only support llvm $3 to $4 (no version found).])],
+           AC_MSG_NOTICE([We only support llvm $3 upto $4 (non-inclusive) (no version found).])],
           [AC_MSG_CHECKING([$$1 version ($PROG_VERSION) is between $3 and $4])
            AX_COMPARE_VERSION([$PROG_VERSION], [lt], [$3],
             [AC_MSG_RESULT(no)
              $1=""
-             AC_MSG_NOTICE([We only support llvm $3 to $4 (found $PROG_VERSION).])],
+             AC_MSG_NOTICE([We only support llvm $3 upto $4 (non-inclusive) (found $PROG_VERSION).])],
             [AX_COMPARE_VERSION([$PROG_VERSION], [ge], [$4],
              [AC_MSG_RESULT(no)
               $1=""
-              AC_MSG_NOTICE([We only support llvm $3 to $4 (found $PROG_VERSION).])],
+              AC_MSG_NOTICE([We only support llvm $3 upto $4 (non-inclusive) (found $PROG_VERSION).])],
              [AC_MSG_RESULT(yes)])])])])
 ])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/707d5651e17c8cbc95c67f89a3dca7a4d4b03e49

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/707d5651e17c8cbc95c67f89a3dca7a4d4b03e49
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/20221111/301d4c9f/attachment.html>


More information about the ghc-commits mailing list