Skip to content

gallivm: use JITLink unconditionally with ORCJIT

Icenowy Zheng requested to merge icenowy/mesa:llvmpipe-orcjit-no-rtdyld into main

gallivm: use JITLink unconditionally with ORCJIT

RuntimeDyld is getting deprecated along with MCJIT, so although it's possible to use it with ORCJIT now, using JITLink seems to be better.

Drop the condition for enabling JITLink, to enforce it everywhere.

Merge request reports

Loading