You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
688 B
20 lines
688 B
4 months ago
|
// UNSUPPORTED: system-windows
|
||
|
// REQUIRES: x86-registered-target
|
||
|
|
||
|
// RUN: mkdir -p %t
|
||
|
// RUN: rm -f %t/orbis-ld
|
||
|
// RUN: touch %t/orbis-ld
|
||
|
// RUN: chmod +x %t/orbis-ld
|
||
|
|
||
|
// RUN: env "PATH=%t:%PATH%" %clang -### -target x86_64-scei-ps4 %s 2>&1 \
|
||
|
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
|
||
|
// RUN: env "PATH=%t:%PATH%" %clang -### -target x86_64-scei-ps4 %s -shared 2>&1 \
|
||
|
// RUN: | FileCheck --check-prefix=CHECK-PS4-LINKER %s
|
||
|
|
||
|
// CHECK-PS4-LINKER: /orbis-ld
|
||
|
|
||
|
// RUN: env "PATH=%t:%PATH%" %clang -### -target x86_64-scei-ps4 %s -fuse-ld=gold 2>&1 \
|
||
|
// RUN: | FileCheck --check-prefix=ERROR %s
|
||
|
|
||
|
// ERROR: error: unsupported option '-fuse-ld' for target 'x86_64-scei-ps4'
|