summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-07-31 23:16:48 -0400
committerMatt Turner <mattst88@gmail.com>2024-08-05 15:43:01 -0400
commit522fe069afea893173ddebc6b2abf1cf573e532b (patch)
treead8343703eba8e8d6bb18dd5b68691f0dddb66bf
parent9b76c3dcccbc5c155258651cbf52d901f03b47a9 (diff)
mesa-run: Switch to LLVM 18
-rwxr-xr-xmesa-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-run b/mesa-run
index b03c2cb..87e45a7 100755
--- a/mesa-run
+++ b/mesa-run
@@ -32,7 +32,7 @@ wipe|wipeout)
rm -r "${builddir}"
;&
configure)
- export LLVM_MAJOR_VERSION="17"
+ export LLVM_MAJOR_VERSION="18"
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++"