Set min LLVM version to 9 and make version checking use a non-inclusive upper
bound. We use a non-inclusive upper bound so that setting the upper bound to 13 for example means that all 12.x versions are accepted.
Showing
- compiler/GHC/CmmToLlvm.hs 3 additions, 3 deletionscompiler/GHC/CmmToLlvm.hs
- compiler/GHC/CmmToLlvm/Base.hs 9 additions, 7 deletionscompiler/GHC/CmmToLlvm/Base.hs
- compiler/GHC/SysTools/Tasks.hs 5 additions, 4 deletionscompiler/GHC/SysTools/Tasks.hs
- configure.ac 2 additions, 2 deletionsconfigure.ac
- m4/find_llvm_prog.m4 1 addition, 1 deletionm4/find_llvm_prog.m4
Please register or sign in to comment