[PATCH] D34685: Mark a number of x86 only tests to require x86

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 04:13:30 PDT 2017


JonChesterfield added a comment.

In https://reviews.llvm.org/D34685#796846, @ruiu wrote:

> You can distinguish by filename, as target-specific tests start with target name.


Does this mean the patch for files in the ELF directory which do not start with a target name should not specify a triple?
For example, relocatable-tls.s and no-symtab.s should pass without the REQUIRES clause were the explicit triple removed.


https://reviews.llvm.org/D34685





More information about the llvm-commits mailing list