summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2025-01-13 16:48:05 -0500
committerMatt Turner <mattst88@gmail.com>2025-01-13 16:48:05 -0500
commit4b11bbe9a421933d1c3dcd4b33279ba4631fd320 (patch)
treebed0f6e2e1c29ce41c293cf08084201432f342a4
parent522fe069afea893173ddebc6b2abf1cf573e532b (diff)
mesa-run: Switch to LLVM 19
-rwxr-xr-xmesa-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-run b/mesa-run
index 87e45a7..d15a53e 100755
--- a/mesa-run
+++ b/mesa-run
@@ -32,7 +32,7 @@ wipe|wipeout)
rm -r "${builddir}"
;&
configure)
- export LLVM_MAJOR_VERSION="18"
+ export LLVM_MAJOR_VERSION="19"
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++"