Update LLVM used in x86 CI dist builds to 15.0.0

This commit is contained in:
Jakub Beránek 2022-09-07 13:21:38 +02:00
parent 0568b0a3de
commit da464dc00e
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -4,7 +4,7 @@ set -ex
source shared.sh
LLVM=llvmorg-14.0.5
LLVM=llvmorg-15.0.0
mkdir llvm-project
cd llvm-project