Skip to content

llvmpipe: orcjit: make the LPJit helper per-thread singleton

Icenowy Zheng requested to merge icenowy/mesa:orcjit-lpjit-tls into main

This MR makes the LPJit helper class in lp_bld_init_orc.cpp a per-thread singleton instead of a per-process one to fix at least some tests of #11511 .

Merge request reports