We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cca55 commit ca11004Copy full SHA for ca11004
L/libjulia/common.jl
@@ -85,8 +85,10 @@ function build_julia(version; gitref = nothing)
85
LLVMLINK="-L${prefix}/lib -lLLVM-6.0"
86
elif [[ "${version}" == 1.4.* ]]; then
87
LLVMLINK="-L${prefix}/lib -lLLVM-8jl"
88
- else
+ elif [[ "${version}" == 1.5.* ]]; then
89
LLVMLINK="-L${prefix}/lib -lLLVM-9jl"
90
+ else
91
+ LLVMLINK="-L${prefix}/lib -lLLVM-11jl"
92
fi
93
94
0 commit comments