-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"-d inlines" no longer works on Android shared library #311
Comments
It seems to me this issue may be rephrased as "-d inlines no longer works for ELF" regardless of Android. The commit mentioned in issue breaks output of Output of commit before (bc595880708195d059b9fc2650ec4c245c079070d):
Output of commit after (90bac14):
@haberman, mind having a look? This seems like a quite significant breaking change. I would also suggest improving one of the tests so that it asserts something like non-zero total file size over all entries corresponding to inlines. |
The attached library (built from a private branch of signalapp/libsignal) does not show any source information for
bloaty -d inlines
. I traced this regression to #280 viagit bisect
, which in retrospect isn't so surprising.The text was updated successfully, but these errors were encountered: