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

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 23 03:41:38 PST 2015


omjavaid added a comment.

I agree with you on having multiple configuration options to help identify failures in different configurations.

What I mean is that we should keep clarity on architecture that is to use arm or aarch32 for 32bit and aarch64 for 64bit. With that we should run tests in default configurations which compiler is offering that means not to use any -m(arch) flag. This will help us Xfail based on architecture in default configuration.

Additional config option that we ll add later can take up values to test some additional flags specifying ABI and ISA features like thumb, nothumb, interwork, vfp, neon, soft float, hard float etc. We can then xfail if something fails based on these additional feature.


http://reviews.llvm.org/D14823





More information about the lldb-commits mailing list