https://github.com/JuliaLang/julia
Raw File
Tip revision: a5646419adfee5a0c7121d99a9dcbb49d8b122bc authored by d-netto on 03 July 2024, 23:55:26 UTC
NFC: create GC interface for third-party GCs
Tip revision: a564641
clang.version
# -*- makefile -*-

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