[all-commits] [llvm/llvm-project] 56470b: [lit] Add `target=<triple>` as a feature keyword

Paul T Robinson via All-commits all-commits at lists.llvm.org
Wed Nov 16 05:51:02 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56470b72f1fc1727d5ee87e2fed96e7dad286230
      https://github.com/llvm/llvm-project/commit/56470b72f1fc1727d5ee87e2fed96e7dad286230
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M llvm/utils/lit/lit/llvm/config.py
    M llvm/utils/lit/tests/Inputs/shtest-format/lit.cfg
    M llvm/utils/lit/tests/Inputs/shtest-format/requires-triple.txt
    M llvm/utils/lit/tests/Inputs/shtest-format/xfail-target.txt
    M llvm/utils/lit/tests/shtest-format.py

  Log Message:
  -----------
  [lit] Add `target=<triple>` as a feature keyword

As proposed first in D107162 and later in discourse at
https://discourse.llvm.org/t/rfc-lits-requires-and-triples/66041

Modified a couple of lit's own tests to use this; left others as-is,
because for now triple substrings still work in UNSUPPORTED/XFAIL.

Differential Revision: https://reviews.llvm.org/D137434




More information about the All-commits mailing list