8 lines · c
1// RUN: %clang --target=avr -c -### %s -mdouble=64 2>&1 | FileCheck %s2 3// CHECK: "-mdouble=64"4 5// RUN: not %clang --target=aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s6 7// ERR: error: unsupported option '-mdouble=64' for target 'aarch64'8