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.
19 lines
819 B
19 lines
819 B
// 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 | \
|
|
// RUN: FileCheck %s
|
|
// RUN: %clang -### -target x86_64-scei-ps4 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \
|
|
// RUN: FileCheck -check-prefix=UNSET %s
|
|
// RUN: %clang -### -x assembler -target x86_64-scei-ps4 %s -o - 2>&1 | \
|
|
// RUN: FileCheck %s
|
|
// RUN: %clang -### -x assembler -target x86_64-scei-ps4 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \
|
|
// RUN: FileCheck %s
|
|
// RUN: %clang -### -x assembler -target x86_64-scei-ps4 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \
|
|
// RUN: FileCheck -check-prefix=UNSET %s
|
|
|
|
// CHECK: "--mrelax-relocations"
|
|
|
|
// UNSET-NOT: "--mrelax-relocations"
|