[PATCH] D132950: Remove unnecessary `REQUIRES: x86-registered-target` from ps4/ps5 driver tests.

Ying Yi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 08:41:25 PDT 2022


MaggieYi created this revision.
MaggieYi added reviewers: probinson, wristow.
Herald added a subscriber: pengfei.
Herald added a project: All.
MaggieYi requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Some PS4/PS45 tests include the line `REQUIRES: x86-registered-target` meaning they depend on having the X86 backend included in the build. This should not be necessary since the driver understands all triples regardless of which backends are included.

The change removes all unnecessary `REQUIRES: x86-registered-target` from ps4/ps5 driver tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132950

Files:
  clang/test/Driver/ps4-pic.c
  clang/test/Driver/ps4-ps5-header-search.c
  clang/test/Driver/ps4-ps5-linker-non-win.c
  clang/test/Driver/ps4-ps5-linker-win.c
  clang/test/Driver/ps4-ps5-relax-relocations.c
  clang/test/Driver/ps4-ps5-runtime-flags.c
  clang/test/Driver/ps4-sdk-root.c
  clang/test/Driver/ps4ps5base.c
  clang/test/Driver/ps5-pic.c
  clang/test/Driver/ps5-sdk-root.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132950.456687.patch
Type: text/x-patch
Size: 4407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220830/0191def7/attachment.bin>


More information about the cfe-commits mailing list