google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.79k stars 346 forks source link

Link `absl::demangle_internal` #385

Closed carlocab closed 2 months ago

carlocab commented 2 months ago

Also, update Abseil to fix a template type deduction failure.

Alternative to #384.

I'm a lot more conservative about the update to Abseil here, and CI should pass here. See:

https://github.com/carlocab/bloaty/actions/runs/10588615279

carlocab commented 2 months ago

Thanks, @haberman!

haberman commented 2 months ago

Thanks for the fix-forward!