diff options
Diffstat (limited to 'test/Driver/ps4-linker-non-win.c')
-rw-r--r-- | test/Driver/ps4-linker-non-win.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Driver/ps4-linker-non-win.c b/test/Driver/ps4-linker-non-win.c index 1fce6d6077f1..e2f8386b2c78 100644 --- a/test/Driver/ps4-linker-non-win.c +++ b/test/Driver/ps4-linker-non-win.c @@ -2,9 +2,9 @@ // REQUIRES: x86-registered-target // RUN: mkdir -p %T/Output -// RUN: rm -f %T/Output/ps4-ld -// RUN: touch %T/Output/ps4-ld -// RUN: chmod +x %T/Output/ps4-ld +// RUN: rm -f %T/Output/orbis-ld +// RUN: touch %T/Output/orbis-ld +// RUN: chmod +x %T/Output/orbis-ld // RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s @@ -18,4 +18,4 @@ // RUN: env "PATH=%T/Output:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared \ // RUN: -fuse-ld=ps4 2>&1 | FileCheck --check-prefix=CHECK-PS4-LINKER %s -// CHECK-PS4-LINKER: Output/ps4-ld +// CHECK-PS4-LINKER: /orbis-ld |