[PATCH] D12454: Better lit.cfg "native" detection

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 16:11:28 PDT 2015


probinson added a comment.

I've tried this on X86 in several variations:

- default target == host triple; DebugInfo tests all work fine
- default target != host triple but X86 target included: DebugInfo tests all work fine
- ARM target only, default target triple is ARM-ish: DebugInfo tests identified as UNSUPPORTED


http://reviews.llvm.org/D12454





More information about the llvm-commits mailing list