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

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 30 08:59:24 PDT 2022


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

LGTM.  Checking the tests over by eye, it looks like all run the clang driver with `-###` or `-E` so only the driver itself is invoked, and no backend dependency exists.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132950/new/

https://reviews.llvm.org/D132950



More information about the cfe-commits mailing list