-// REQUIRES: x86-registered-target
-
// Test the driver's control over the PIC behavior for PS4 compiler.
// These consist of tests of the relocation model flags and the
// pic level flags passed to CC1.
-// REQUIRES: x86-registered-target
-
/// PS4 and PS5 use the same SDK layout, so use the same tree for both.
// RUN: env SCE_ORBIS_SDK_DIR=%S/Inputs/scei-ps4_tree %clang -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=ENVPS4
// RUN: env SCE_PROSPERO_SDK_DIR=%S/Inputs/scei-ps4_tree %clang -target x86_64-sie-ps5 -E -v %s 2>&1 | FileCheck %s --check-prefix=ENVPS4
/// Checks proper linker prefixing for PS4 and PS5.
// UNSUPPORTED: system-windows
-// REQUIRES: x86-registered-target
// RUN: mkdir -p %t
// RUN: rm -f %t/orbis-ld
// This test checks that orbis-ld is used for PS4 linker all the time, and
// prospero-lld is used for PS5 linker. Specifying -fuse-ld causes an error.
-// REQUIRES: system-windows, x86-registered-target
+// REQUIRES: system-windows
// RUN: mkdir -p %t
// RUN: touch %t/orbis-ld.exe
-// REQUIRES: x86-registered-target\r
-\r
// RUN: %clang -### -target x86_64-scei-ps4 %s -o - 2>&1 | \\r
// RUN: FileCheck %s\r
// RUN: %clang -### -target x86_64-scei-ps4 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \\r
-// REQUIRES: x86-registered-target
-//
/// Test the profile runtime library to be linked for PS4/PS5 compiler.
/// Check runtime flag --dependent-lib which does not append the default library search path.
//
-// REQUIRES: x86-registered-target
-
// Check that PS4 clang doesn't report a warning message when locating
// system header files (either by looking at the value of SCE_ORBIS_SDK_DIR
// or relative to the location of the compiler driver), if "-nostdinc",
-// REQUIRES: x86-registered-target
-
// Test that the driver always emits -fno-use-init-array on the PS4/PS5 targets
// since their ABI does not support the .init_array section.
-// REQUIRES: x86-registered-target
-
// Test the driver's control over the PIC behavior for PS5 compiler.
// These consist of tests of the relocation model flags and the
// pic level flags passed to CC1.
-// REQUIRES: x86-registered-target
-
/// (Essentially identical to ps4-sdk-root.c except for the target.)
/// Check that PS5 clang doesn't report a warning message when locating