https://github.com/JuliaLang/julia
Raw File
Tip revision: 51e4492161bf89892eb645320c69e59f714d7ae3 authored by Tim Besard on 18 April 2024, 09:06:31 UTC
Extend some pointer type checks to cover vectors.
Tip revision: 51e4492
clang.version
## jll artifact
# Clang (paired with LLVM, only here as a JLL download)
CLANG_JLL_NAME := Clang
CLANG_JLL_VER  := 16.0.6+4
back to top