Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / mdouble.c
blob0d4881edea4342cd6233dae6108ba198c551f106
1 // RUN: %clang -target avr -c -### %s -mdouble=64 2>&1 | FileCheck %s
3 // CHECK: "-mdouble=64"
5 // RUN: not %clang --target=aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s
7 // ERR: error: unsupported option '-mdouble=64' for target 'aarch64'