You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix reverse PC to function lookups for sparse func kinds (#11766)
* Add failing test for index building
* Fix reverse PC to function lookups for sparse func kinds
We were previously computing an offset within the kind's sparse index space, and
needed to add its sparse start index to get the actual `SparseIndex` for the
function.
Fixes#11749
---------
Co-authored-by: Alex Crichton <[email protected]>
0 commit comments