[Lldb-commits] [PATCH] D14816: Use thumb instruction set for ldb-server on android arm

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 19 08:58:54 PST 2015


omjavaid added a subscriber: omjavaid.
omjavaid added a comment.

-mthumb will force T32 instruction set while -marm will force A32.

Best is not to use any of these flags to let the compiler decide best
possible instruction set combination.


http://reviews.llvm.org/D14816





More information about the lldb-commits mailing list