[PATCH] D141007: [lit] Stop supporting triple substrings in UNSUPPORTED and XFAIL
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 11:39:46 PST 2023
probinson created this revision.
probinson added reviewers: ldionne, jdenny.
Herald added a subscriber: delcypher.
Herald added a project: All.
probinson requested review of this revision.
Herald added a project: LLVM.
AFAICT all in-tree lit tests have been converted to use `target=...`
and so there is no longer any need for triples being special.
Some project config files still define their own features based on
the triple, but those are normal feature words (although now are
redundant with target= checks).
https://discourse.llvm.org/t/rfc-lits-requires-and-triples/66041
https://reviews.llvm.org/D141007
Files:
llvm/utils/lit/lit/BooleanExpression.py
llvm/utils/lit/lit/Test.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141007.486353.patch
Type: text/x-patch
Size: 6104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230104/cbf3fd3c/attachment.bin>
More information about the llvm-commits
mailing list