The tests didn't reflect the new behavior of the stub resolver from #1547. The idea is that now we can have multiple stubs link to the same implementation, as is common when linking more than one shared library.
The algorithm is also cleaned up to use Bap_relationGraphlib, which ends up being simpler and produces better results.
The tests didn't reflect the new behavior of the stub resolver from #1547. The idea is that now we can have multiple stubs link to the same implementation, as is common when linking more than one shared library.
The algorithm is also cleaned up to use
Bap_relation
Graphlib
, which ends up being simpler and produces better results.