Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / mlong-double-64.c
blobf9a441ab926ab1836e6b0b857c3d63c17474b604
1 // RUN: %clang -target powerpc-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
2 // RUN: %clang -target powerpc64-pc-freebsd12 -c -### %s -mlong-double-64 2>&1 | FileCheck %s
3 // RUN: %clang -target powerpc64le-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
4 // RUN: %clang -target i686-linux-gnu -c -### %s -mlong-double-64 2>&1 | FileCheck %s
5 // RUN: %clang -target x86_64-linux-musl -c -### %s -mlong-double-64 2>&1 | FileCheck %s
7 // CHECK: "-mlong-double-64"
9 // RUN: not %clang --target=aarch64 -c -### %s -mlong-double-64 2>&1 | FileCheck --check-prefix=ERR %s
11 // ERR: error: unsupported option '-mlong-double-64' for target 'aarch64'