Skip to content

aco/tests: don't assume constructor order

Rhys Perry requested to merge pendingchaos/mesa:aco_tests_lto into main

tests might not be initialized when this constructor is called. Just use a pointer instead.

Fixes aco_tests with LTO enabled.

Merge request reports