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. (cherry picked from commit 6c783817)
Showing
- aclocal.m4 1 addition, 1 deletionaclocal.m4
- compiler/llvmGen/LlvmCodeGen.hs 3 additions, 3 deletionscompiler/llvmGen/LlvmCodeGen.hs
- compiler/llvmGen/LlvmCodeGen/Base.hs 9 additions, 7 deletionscompiler/llvmGen/LlvmCodeGen/Base.hs
- compiler/main/SysTools/Tasks.hs 5 additions, 4 deletionscompiler/main/SysTools/Tasks.hs
- configure.ac 2 additions, 2 deletionsconfigure.ac
Loading
Please register or sign in to comment