diff options
Diffstat (limited to 'clang/test/Driver/ps4-linker-non-win.c')
-rw-r--r-- | clang/test/Driver/ps4-linker-non-win.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/clang/test/Driver/ps4-linker-non-win.c b/clang/test/Driver/ps4-linker-non-win.c deleted file mode 100644 index 9a895277027..00000000000 --- a/clang/test/Driver/ps4-linker-non-win.c +++ /dev/null @@ -1,18 +0,0 @@ -// UNSUPPORTED: system-windows -// REQUIRES: x86-registered-target - -// RUN: touch %T/ps4-ld - -// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \ -// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s -// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -shared 2>&1 \ -// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s - -// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s 2>&1 \ -// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s -// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=ps4 2>&1 \ -// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s -// RUN: env "PATH=%T" %clang -### -target x86_64-scei-ps4 %s -shared \ -// RUN: -fuse-ld=ps4 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s - -// CHECK-PS4-LINKER: ps4-ld |