chaoren added a comment. - b.android.com/178448 - pthread_sigmask doesn't work at all in the older toolchains
The only possible problems I can see right now are missing syscalls, and we can easily get a diff of those between API 21 and API 9. labath requested changes to this revision. labath added a reviewer: labath. labath added a comment. What kind of bugs are we talking about? I find the idea of using an API 21-built binary and running it on an older device extremely troubling, and I would not trust it even if it did seem to work. I think we should find another way to achive this. http://reviews.llvm.org/D10887 http://reviews.llvm.org/D10887 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
