https://github.com/JuliaLang/julia
Raw File
Tip revision: 4407b57e108c80df388ffec3d2f987bd3bbf4fbb authored by Gabriel Baraldi on 28 March 2024, 15:29:40 UTC
Make jl_ci_cache_lookup actually store the codeinstance and codeinfo into the arguments insted of doing nothing when asked to run type inference
Tip revision: 4407b57
objconv.version
## jll artifact
# Objconv (we don't ship this, so no need for a fake JLL; therefore we specify the JLL_VER here instead of in a `stdlib/Objconv_jll/Project.toml` file)
OBJCONV_JLL_NAME := Objconv
OBJCONV_JLL_VER  := 2.53.0+0

## source build
OBJCONV_VER := 2.53.0
back to top