blob: 408d907053163c1201e4d473929ee14b4cc233de [file] [log] [blame]
// RUN: %clang -target avr -c -### %s -mdouble=64 2>&1 | FileCheck %s
// CHECK: "-mdouble=64"
// RUN: %clang -target aarch64 -c -### %s -mdouble=64 2>&1 | FileCheck --check-prefix=ERR %s
// ERR: error: unsupported option '-mdouble=64' for target 'aarch64'