[Lldb-commits] [PATCH] D19480: Fix ARM attribute parsing for Android after rL267291

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 25 06:38:13 PDT 2016


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Ideally, we'd be able to pick up the fact that we're dealing with an android shared library just from looking at it, but it seems they don't contain any information which would identify them as such. If anyone has a better solution, we'd like to hear about it.


http://reviews.llvm.org/D19480





More information about the lldb-commits mailing list