[PATCH] D137434: [lit] Add `target=<triple>` as a feature keyword
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 7 11:19:27 PST 2022
dblaikie added a comment.
This is to detect the current/default target?
Should we instead support something more like the one in cross-project-tests, that adds a feature for every registered target? (that way a test can declare that it runs any time x86-registered-target is available, and it can specify the x86 target, so the test would run even on arm-default builds, for instance, so long as they also included x86?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137434/new/
https://reviews.llvm.org/D137434
More information about the llvm-commits
mailing list