bump llvm version to 19

This commit is contained in:
Dominic Hamon 2025-01-13 19:29:28 +00:00
parent 9e775c7214
commit 104fc3d66e

View File

@ -3,7 +3,7 @@
set -e
# Checkout LLVM sources
git clone --depth=1 --branch llvmorg-16.0.6 https://github.com/llvm/llvm-project.git llvm-project
git clone --depth=1 --branch llvmorg-19.1.6 https://github.com/llvm/llvm-project.git llvm-project
## Setup libc++ options
if [ -z "$BUILD_32_BITS" ]; then