diff options
| author | Matt Turner <mattst88@gmail.com> | 2024-07-31 23:16:48 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gmail.com> | 2024-08-05 15:43:01 -0400 |
| commit | 522fe069afea893173ddebc6b2abf1cf573e532b (patch) | |
| tree | ad8343703eba8e8d6bb18dd5b68691f0dddb66bf | |
| parent | 9b76c3dcccbc5c155258651cbf52d901f03b47a9 (diff) | |
mesa-run: Switch to LLVM 18
| -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="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++" |
