summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-02-13 19:48:34 -0500
committerMatt Turner <mattst88@gmail.com>2024-02-13 19:48:34 -0500
commit6a30f7aa243d551df96c533cb3d40c76d091e1d7 (patch)
tree18c62374a90a2ab574df3756643e8a232653e00f
parent6744437cd61cfd4ef400bebe6f382afea2fd9ced (diff)
mesa-run: Switch to LLVM 17
-rwxr-xr-xmesa-run2
1 files changed, 1 insertions, 1 deletions
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++"