https://github.com/JuliaLang/julia
Raw File
Tip revision: 4c2f728a9976a5651acfe2f7eba703e6d0b64562 authored by Alex Arslan on 30 August 2024, 17:29:56 UTC
Call `pthread_attr_init` in `jl_init_stack_limits` (#55594)
Tip revision: 4c2f728
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