[all-commits] [llvm/llvm-project] 948bb3: [PPC] Convert tests to check 'target=<triple>'

Paul T Robinson via All-commits all-commits at lists.llvm.org
Thu Dec 15 07:01:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 948bb35d747419651fa5bcf86d5b6563bbb56119
      https://github.com/llvm/llvm-project/commit/948bb35d747419651fa5bcf86d5b6563bbb56119
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M clang/test/CodeGen/PowerPC/ppc-mm-malloc-le.c
    M clang/test/CodeGen/PowerPC/ppc-mm-malloc.c
    M clang/test/CodeGen/no-builtin.cpp
    M clang/test/CodeGenCoroutines/pr56329.cpp
    M clang/test/Sema/no-builtin.cpp
    M llvm/test/DebugInfo/debuglineinfo-path.ll

  Log Message:
  -----------
  [PPC] Convert tests to check 'target=<triple>'

Two tests checked 'ppc64be' which appears not to exist; the tests
pass on clang-ppc64be-linux-multistage so I assume they are fine
and just removed those UNSUPPORTED lines. All others were converted
to the new target= format, and get the same results on ppc bots as
before.

Part of the project to eliminate special handling for triples in lit
expressions.

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




More information about the All-commits mailing list