CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2025/06/24 08:57:03
Modified files:
lib/mesa/src/gallium/auxiliary/gallivm: lp_bld_init.c
lp_bld_misc.cpp
lp_bld_misc.h
Log message:
With LLVM 19 setting attributes to enable BTI and PAC at the module level
no longer has the desired effect. Instead we have to set attributes on
each function in the module. Fixes software rendering with LLVM on
machines with BTI.
ok jsg@, mbuhl@
