[all-commits] [llvm/llvm-project] 100a7b: [lit] Have REQUIRES support the target triple

Paul T Robinson via All-commits all-commits at lists.llvm.org
Fri Aug 6 07:31:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 100a7b6197863d4d5ebc97761d7e98063e164e26
      https://github.com/llvm/llvm-project/commit/100a7b6197863d4d5ebc97761d7e98063e164e26
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2021-08-06 (Fri, 06 Aug 2021)

  Changed paths:
    M llvm/docs/TestingGuide.rst
    M llvm/utils/lit/lit/Test.py
    M llvm/utils/lit/tests/Inputs/shtest-format/requires-triple.txt
    M llvm/utils/lit/tests/Inputs/xunit-output/lit.cfg
    M llvm/utils/lit/tests/shtest-format.py

  Log Message:
  -----------
  [lit] Have REQUIRES support the target triple

Currently the UNSUPPORTED and XFAIL clauses support specifying
substrings of the target triple; but REQUIRES does not, which can trip
people up or lead to hacking config files to insert substitute feature
names.  Consistency across all three lit clauses seems preferable.

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




More information about the All-commits mailing list