Remove `REQUIRES: x86-registered-target` from ps4/ps5 driver tests

Reviewed By: probinson

Differential Revision: https://reviews.llvm.org/D132950
This commit is contained in:
Ying Yi 2022-08-22 16:42:32 +01:00
parent 972840aa3b
commit 0e5fe1cdac
10 changed files with 1 additions and 18 deletions

View File

@ -1,5 +1,3 @@
// 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.

View File

@ -1,5 +1,3 @@
// 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

View File

@ -1,6 +1,5 @@
/// 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

View File

@ -1,7 +1,7 @@
// 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

View File

@ -1,5 +1,3 @@
// REQUIRES: x86-registered-target
// RUN: %clang -### -target x86_64-scei-ps4 %s -o - 2>&1 | \
// RUN: FileCheck %s
// RUN: %clang -### -target x86_64-scei-ps4 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \

View File

@ -1,5 +1,3 @@
// 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.
//

View File

@ -1,5 +1,3 @@
// 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",

View File

@ -1,5 +1,3 @@
// 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.

View File

@ -1,5 +1,3 @@
// 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.

View File

@ -1,5 +1,3 @@
// 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