brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · afb83d6 Raw
30 lines · c
1// RUN: %clang -### -target x86_64-scei-ps4 %s -o - 2>&1 | \2// RUN:   FileCheck %s3// RUN: %clang -### -target x86_64-scei-ps4 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \4// RUN:   FileCheck %s5// RUN: %clang -### -target x86_64-scei-ps4 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \6// RUN:   FileCheck -check-prefix=UNSET %s7// RUN: %clang -### -x assembler -target x86_64-scei-ps4 %s -o - 2>&1 | \8// RUN:   FileCheck %s9// RUN: %clang -### -x assembler -target x86_64-scei-ps4 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \10// RUN:   FileCheck %s11// RUN: %clang -### -x assembler -target x86_64-scei-ps4 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \12// RUN:   FileCheck -check-prefix=UNSET %s13 14// RUN: %clang -### -target x86_64-sie-ps5 %s -o - 2>&1 | \15// RUN:   FileCheck %s16// RUN: %clang -### -target x86_64-sie-ps5 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \17// RUN:   FileCheck %s18// RUN: %clang -### -target x86_64-sie-ps5 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \19// RUN:   FileCheck -check-prefix=UNSET %s20// RUN: %clang -### -x assembler -target x86_64-sie-ps5 %s -o - 2>&1 | \21// RUN:   FileCheck %s22// RUN: %clang -### -x assembler -target x86_64-sie-ps5 -Wa,-mrelax-relocations=yes %s -o - 2>&1 | \23// RUN:   FileCheck %s24// RUN: %clang -### -x assembler -target x86_64-sie-ps5 -Wa,-mrelax-relocations=no %s -o - 2>&1 | \25// RUN:   FileCheck -check-prefix=UNSET %s26 27// CHECK-NOT: "-mrelax-relocations28 29// UNSET: "-mrelax-relocations=no"30