From cd7eb20b21e0c98bf88a7934c4457481925cbbab Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 3 Jul 2025 22:45:20 -0400 Subject: mesa-run: Switch to LLVM 20 --- mesa-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa-run b/mesa-run index e2d9eff..274c18b 100755 --- a/mesa-run +++ b/mesa-run @@ -33,7 +33,7 @@ wipe|wipeout) rm -r "${builddir}" ;& configure) - export LLVM_MAJOR_VERSION="19" + export LLVM_MAJOR_VERSION="20" llvm_config_paths=( "/usr/bin/llvm-config-${LLVM_MAJOR_VERSION}" "/usr/lib/llvm/${LLVM_MAJOR_VERSION}/bin/llvm-config" -- cgit v1.2.3