1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-04 00:20:38 +08:00

bump llvm version to 19

This commit is contained in:
Dominic Hamon 2025-01-13 19:29:28 +00:00
parent f83f50216b
commit 3a126873ad

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