From 6a30f7aa243d551df96c533cb3d40c76d091e1d7 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 13 Feb 2024 19:48:34 -0500 Subject: mesa-run: Switch to LLVM 17 --- mesa-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa-run b/mesa-run index 1f8c2d9..f951c1c 100755 --- a/mesa-run +++ b/mesa-run @@ -31,7 +31,7 @@ wipe|wipeout) exec meson setup --wipe "${builddir}" ;; configure) - export LLVM_MAJOR_VERSION="16" + export LLVM_MAJOR_VERSION="17" export LLVM_CONFIG="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/llvm-config" #export CC="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang" #export CXX="/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/clang++" -- cgit v1.2.3