[PATCH] D34685: Mark a number of x86 only tests to require x86
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 10:38:07 PDT 2017
ruiu added a comment.
We are using x86 as a "generic" target to test features that don't depend on targets. Besides that, the number of tests that need target-specific treatment is not that many, so I don't think we want to restructure the test files per target. (Also, the fact that we are using "x86" to test generic feature means that you usually want to enable the LLVM x86 target to run these tests.)
https://reviews.llvm.org/D34685
More information about the llvm-commits
mailing list