Skip to content

Commit

Permalink
Disable llvmpipe headers compatibility patch with LLVM 17 pending fig…
Browse files Browse the repository at this point in the history
…uring out when it stopped being necessary
  • Loading branch information
pal1000 committed Feb 1, 2024
1 parent 5b7871b commit ef04bd3
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 @@ -166,7 +166,7 @@
@IF %intmesaver% LSS 23104 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" mclc-clang16

@rem LLVM+clang 17 linking compatibility
@IF %intmesaver% GEQ 23200 call "%devroot%\%projectname%\buildscript\modules\applypatch.cmd" gallium-fix build-with-llvm-17
@rem 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,5 +1,7 @@
### Build configuration
- OpenCL external clang headers option has been removed in 24.1.0-devel.
### Out of tree patching
- Disable llvmpipe headers compatibility patch with LLVM 17 pending figuring out when it stopped being necessary.
# 23.3.4
- Updated Mesa3D to [23.3.4](https://gitlab.freedesktop.org/mesa/mesa/-/blob/23.3/docs/relnotes/23.3.4.rst?ref_type=heads&plain=0).
# 23.3.3
Expand Down

0 comments on commit ef04bd3

Please sign in to comment.