Skip to content

Commit

Permalink
swrast patch supporting LLVM 17 only applies to 23.2 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Oct 4, 2023
1 parent 7b2e67a commit 182d910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/modules/mesa3d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
@IF %intmesaver% LSS 23104 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" mclc-clang16

@rem LLVM+clang 17 linking compatibility
@call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" gallium-fix build-with-llvm-17
@IF %intmesaver% GEQ 23200 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" gallium-fix build-with-llvm-17
@IF %intmesaver% LSS 23300 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" clover_llvm-move-to-modern-pass-manager

@rem Fix vaon12 filename
Expand Down
2 changes: 2 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Out of tree patches
- Swrast patch supporting LLVM 17 only applies to 23.2 and up.
# 23.2.1
- Updated Mesa3D to [23.2.1](https://docs.mesa3d.org/relnotes/23.2.1.html).
### Build script
Expand Down

0 comments on commit 182d910

Please sign in to comment.