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

Commits:

1 changed file:

Changes:

  • configure.ac
    ... ... @@ -536,7 +536,7 @@ AC_SUBST(InstallNameToolCmd)
    536 536
     # versions of LLVM simultaneously, but that stopped working around
    
    537 537
     # 3.5/3.6 release of LLVM.
    
    538 538
     LlvmMinVersion=13  # inclusive
    
    539
    -LlvmMaxVersion=20  # not inclusive
    
    539
    +LlvmMaxVersion=21  # not inclusive
    
    540 540
     AC_SUBST([LlvmMinVersion])
    
    541 541
     AC_SUBST([LlvmMaxVersion])
    
    542 542