https://github.com/JuliaLang/julia
Raw File
Tip revision: 0fade450a183470b01c656a9001512ef2f1aae47 authored by Ian Butterworth on 23 September 2024, 15:39:00 UTC
Replace regex package module checks with actual code checks (#55824)
Tip revision: 0fade45
clang.version
# -*- makefile -*-

## jll artifact
# Clang (paired with LLVM, only here as a JLL download)
CLANG_JLL_NAME := Clang
CLANG_JLL_VER  := 18.1.7+2
back to top