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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to