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

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


-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.

On 19 November 2015 at 20:38, Oleksiy Vyalov via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> ovyalov accepted this revision.
> ovyalov added a comment.
>
> LGTM
>
>
> http://reviews.llvm.org/D14816
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list