diff options
author | Matt Turner <mattst88@gmail.com> | 2025-01-13 16:48:05 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2025-01-13 16:48:05 -0500 |
commit | 4b11bbe9a421933d1c3dcd4b33279ba4631fd320 (patch) | |
tree | bed0f6e2e1c29ce41c293cf08084201432f342a4 | |
parent | 522fe069afea893173ddebc6b2abf1cf573e532b (diff) |
mesa-run: Switch to LLVM 19
-rwxr-xr-x | mesa-run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++" |