summaryrefslogtreecommitdiff
path: root/mesa-run
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-07-03 22:45:20 -0400
committerMatt Turner <mattst88@gmail.com>2025-07-03 22:45:20 -0400
commitcd7eb20b21e0c98bf88a7934c4457481925cbbab (patch)
tree30ef63a6e53a3782b976ba3bfc6bdb6ce7059b9a /mesa-run
parent4050ca7c45a7736cad3b2a02391aceb61c250b52 (diff)
mesa-run: Switch to LLVM 20HEADmaster
Diffstat (limited to 'mesa-run')
-rwxr-xr-xmesa-run2
1 files changed, 1 insertions, 1 deletions
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"