[all-commits] [llvm/llvm-project] 80cf56: [clang][AIX] Remove Newly Added Target Dependent T...

Qiongsi Wu via All-commits all-commits at lists.llvm.org
Mon May 15 09:55:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80cf56ea1bae05298a823b96b6b545ebca33b44a
      https://github.com/llvm/llvm-project/commit/80cf56ea1bae05298a823b96b6b545ebca33b44a
  Author: Qiongsi Wu <qwu at ibm.com>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    R clang/test/CodeGen/PowerPC/aix-roptr.c

  Log Message:
  -----------
  [clang][AIX] Remove Newly Added Target Dependent Test Case

https://reviews.llvm.org/D144190 added a test case that is target dependent and requires assembly code generation, which fails on x64 and aarch64 buildbots. This patch removes the test case. We have test cases for code generation added in https://reviews.llvm.org/D144189 already and this removed case was nice to have.

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




More information about the All-commits mailing list