Update to LLVM 16.0.1

Fix Zen4+ AVX-512 detection
This commit is contained in:
Ivan Chikish 2023-04-08 15:21:22 +03:00 committed by Ivan
parent 6fbca1acfd
commit 06b0e35fb9
11 changed files with 87 additions and 54 deletions

View file

@ -7,7 +7,7 @@ git submodule -q update --init --depth 1 $(awk '/path/ && !/llvm/ && !/SPIRV/ {
# Prefer newer Clang than in base system (see also .ci/install-freebsd.sh)
# libc++ isn't in llvm* packages, so download manually
fetch https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/llvm-project-16.0.0.src.tar.xz
fetch https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.1/llvm-project-16.0.1.src.tar.xz
tar xf llvm*.tar.xz
export CC=clang16 CXX=clang++16
cmake -B libcxx_build -G Ninja -S llvm*/libcxx \