-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 <[email protected]> wrote: > ovyalov accepted this revision. > ovyalov added a comment. > > LGTM > > > http://reviews.llvm.org/D14816 > > > > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits _______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
