mirror of
https://github.com/google/benchmark.git
synced 2025-03-22 23:20:29 +08:00
bump llvm version to 19
This commit is contained in:
parent
9e775c7214
commit
104fc3d66e
2
.github/libcxx-setup.sh
vendored
2
.github/libcxx-setup.sh
vendored
@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Checkout LLVM sources
|
# 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
|
## Setup libc++ options
|
||||||
if [ -z "$BUILD_32_BITS" ]; then
|
if [ -z "$BUILD_32_BITS" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user