brintos

brintos / llvm-project-archived public Read only

0
0
Text · 598 B · c04ad5c Raw
11 lines · c
1// RUN: %clang -### -target arm-unknown-linux-gnu -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-IEEE %s2// RUN: %clang -### -target i386-unknown-linux-gnu -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-IEEE %s3 4// RUN: %clang -### -target x86_64-unknown-linux-gnu --sysroot=%S/Inputs/basic_linux_tree -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-IEEE %s5 6// RUN: %clang -### -target x86_64-scei-ps4 -c %s -v 2>&1 | FileCheck -check-prefix=CHECK-PRESERVESIGN %s7 8// Flag omitted for default9// CHECK-IEEE-NOT: -fdenormal-fp-math10// CHECK-PRESERVESIGN: -fdenormal-fp-math=preserve-sign,preserve-sign11