https://github.com/JuliaLang/julia
Raw File
Tip revision: e6603ce511a8b1169e135805dbb5e33119451f9e authored by Kristoffer Carlsson on 16 November 2023, 19:36:26 UTC
Revert "fix sorting for iterables that define copymutable (#52086)"
Tip revision: e6603ce
llvm-tools.version
## jll artifact
# LLVM_tools (downloads LLVM_jll to get things like `lit` and `opt`)
LLVM_TOOLS_JLL_NAME := LLVM
LLVM_TOOLS_JLL_VER := 15.0.7+9
LLVM_TOOLS_ASSERT_JLL_VER := 15.0.7+9
back to top