[Lldb-commits] [PATCH] D14823: Disable forcing -marm (A32 instruction set) while running testsuite on arm targets.

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 19 09:20:27 PST 2015


tberghammer added a comment.

Can we create a setup where the test suit is capable of running in all 3 mode (arm/thumb/mixed)?

I think we should introduce a new architecture called "arm-thumb" (open for better name suggestions) what run the test suit in mixed mode while running the test suit with "-A arm" or "-A thumb" should still force the architecture to the specified one.


http://reviews.llvm.org/D14823





More information about the lldb-commits mailing list